fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [11126] template : flush() aftert head


From: Sigurd Nes
Subject: [Fmsystem-commits] [11126] template : flush() aftert head
Date: Fri, 24 May 2013 07:50:32 +0000

Revision: 11126
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11126
Author:   sigurdne
Date:     2013-05-24 07:50:29 +0000 (Fri, 24 May 2013)
Log Message:
-----------
template : flush() aftert head

Modified Paths:
--------------
    trunk/phpgwapi/templates/portico/head.inc.php
    trunk/phpgwapi/templates/portico/head.tpl

Modified: trunk/phpgwapi/templates/portico/head.inc.php
===================================================================
--- trunk/phpgwapi/templates/portico/head.inc.php       2013-05-23 11:23:30 UTC 
(rev 11125)
+++ trunk/phpgwapi/templates/portico/head.inc.php       2013-05-24 07:50:29 UTC 
(rev 11126)
@@ -138,6 +138,10 @@
        $GLOBALS['phpgw']->template->pfp('out', 'head');
        unset($tpl_vars);
 
+       flush();
+
+       echo '<body class="yui-skin-sam">';
+
        if( isset($GLOBALS['phpgw_info']['flags']['noframework']) )
        {
                register_shutdown_function('parse_footer_end_noframe');

Modified: trunk/phpgwapi/templates/portico/head.tpl
===================================================================
--- trunk/phpgwapi/templates/portico/head.tpl   2013-05-23 11:23:30 UTC (rev 
11125)
+++ trunk/phpgwapi/templates/portico/head.tpl   2013-05-24 07:50:29 UTC (rev 
11126)
@@ -37,8 +37,4 @@
        <!-- END javascript -->
 
        </head>
-       <body class="yui-skin-sam">
-
-
-
 <!-- END head -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]