phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.xslttemplates.inc.php,1.18


From: ceb
Subject: [Phpgroupware-cvs] phpgwapi/inc class.xslttemplates.inc.php,1.18
Date: Thu, 24 Feb 2005 15:58:23 -0000

Update of phpgwapi/inc

Modified Files:
     Branch: MAIN
            class.xslttemplates.inc.php lines: +2 -9

Log Message:
update xslt

====================================================
Index: phpgwapi/inc/class.xslttemplates.inc.php
diff -u phpgwapi/inc/class.xslttemplates.inc.php:1.17 
phpgwapi/inc/class.xslttemplates.inc.php:1.18
--- phpgwapi/inc/class.xslttemplates.inc.php:1.17       Tue Jan 18 01:51:20 2005
+++ phpgwapi/inc/class.xslttemplates.inc.php    Thu Jan 20 01:25:01 2005
@@ -261,14 +261,7 @@

                function parse($parsexsl = True, $parsexml = True)
                {
-                       if (!$GLOBALS['phpgw_info']['flags']['noframework'])
-                       {
-                               $GLOBALS['phpgw']->common->phpgw_header(True);
-                       }
-                       else
-                       {
-                               include_once(PHPGW_INCLUDE_ROOT . 
'/phpgwapi/templates/' . $GLOBALS['phpgw_info']['server']['template_set'] . 
'/head.inc.php');
-                       }
+                       
$GLOBALS['phpgw']->common->phpgw_header($GLOBALS['phpgw_info']['flags']['noframework']?False:True);

                        if($parsexsl)
                        {






reply via email to

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