phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.common.inc.php,1.225


From: ceb
Subject: [Phpgroupware-cvs] phpgwapi/inc class.common.inc.php,1.225
Date: Thu, 24 Feb 2005 15:56:20 -0000

Update of phpgwapi/inc

Modified Files:
     Branch: MAIN
            class.common.inc.php lines: +3 -3

Log Message:
if current tpl set has no dir in app use base as default

====================================================
Index: phpgwapi/inc/class.common.inc.php
diff -u phpgwapi/inc/class.common.inc.php:1.224 
phpgwapi/inc/class.common.inc.php:1.225
--- phpgwapi/inc/class.common.inc.php:1.224     Mon Jan 17 14:05:25 2005
+++ phpgwapi/inc/class.common.inc.php   Mon Jan 17 14:46:14 2005
@@ -739,11 +739,11 @@
                        elseif 
(@$GLOBALS['phpgw_info']['server']['template_set'] == 'user_choice' ||
                                
!isset($GLOBALS['phpgw_info']['server']['template_set']))
                        {
-                               
$GLOBALS['phpgw_info']['server']['template_set'] = 'simple';
+                               
$GLOBALS['phpgw_info']['server']['template_set'] = 'base';
                        }

                        $tpldir         = PHPGW_SERVER_ROOT . '/' . $appname . 
'/templates/' . $GLOBALS['phpgw_info']['server']['template_set'];
-                       $tpldir_default = PHPGW_SERVER_ROOT . '/' . $appname . 
'/templates/simple';
+                       $tpldir_default = PHPGW_SERVER_ROOT . '/' . $appname . 
'/templates/base';

                        if ($layout)
                        {






reply via email to

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