[Jifty-commit] r4119 - in jifty/trunk: lib/Jifty/View/Declare

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Sep 16 21:08:09 EDT 2007


Author: jesse
Date: Sun Sep 16 21:08:09 2007
New Revision: 4119

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/View/Declare/Page.pm

Log:
 r67324 at pinglin:  jesse | 2007-09-16 21:05:58 -0400
 Added an app_page_footer page call to jifty view declare page


Modified: jifty/trunk/lib/Jifty/View/Declare/Page.pm
==============================================================================
--- jifty/trunk/lib/Jifty/View/Declare/Page.pm	(original)
+++ jifty/trunk/lib/Jifty/View/Declare/Page.pm	Sun Sep 16 21:08:09 2007
@@ -188,7 +188,7 @@
 =cut
 
 sub render_jifty_page_detritus {
-
+    show('/app_page_footer') if Template::Declare->resolve_template('/app_page_footer' => 1); # the 1 is 'show_private'
     show('/keybindings');
     with( id => "jifty-wait-message", style => "display: none" ),
         div { _('Loading...') };


More information about the Jifty-commit mailing list