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.14.4.3


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.xslttemplates.inc.php, 1.14.4.3
Date: Thu, 30 Dec 2004 03:23:29 +0100

Update of /phpgwapi/inc
Modified Files:
        Branch: proposed-0_9_18-branch
          class.xslttemplates.inc.php

date: 2004/12/30 02:23:29;  author: skwashd;  state: Exp;  lines: +3 -3

Log Message:
new layout and crud removal
=====================================================================
Index: phpgwapi/inc/class.xslttemplates.inc.php
diff -u phpgwapi/inc/class.xslttemplates.inc.php:1.14.4.2 
phpgwapi/inc/class.xslttemplates.inc.php:1.14.4.3
--- phpgwapi/inc/class.xslttemplates.inc.php:1.14.4.2   Sun Oct 31 20:59:56 2004
+++ phpgwapi/inc/class.xslttemplates.inc.php    Thu Dec 30 02:23:29 2004
@@ -115,7 +115,7 @@
                                        switch($time)
                                        {
                                                case 2:
-                                                       $new_root = 
str_replace($GLOBALS['phpgw_info']['server']['template_set'],'default',$rootdir);
+                                                       $new_root = 
str_replace($GLOBALS['phpgw_info']['server']['template_set'],'base',$rootdir);
                                                        
$this->add_file($filename,$new_root,3);
                                                        return;
                                                        break;
@@ -129,7 +129,7 @@
                                                default:
                                                        if (!$this->print)
                                                        {
-                                                               $new_root = 
str_replace($GLOBALS['phpgw_info']['server']['template_set'],'default',$rootdir);
+                                                               $new_root = 
str_replace($GLOBALS['phpgw_info']['server']['template_set'],'base',$rootdir);
                                                                
$this->add_file($filename,$new_root,4);
                                                                return;
                                                        }




reply via email to

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