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


From: Bettina Gille
Subject: [Phpgroupware-cvs] phpgwapi/inc class.xslttemplates.inc.php
Date: Wed, 24 May 2006 11:39:09 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Branch:         
Changes by:     Bettina Gille <address@hidden>  06/05/24 11:39:09

Modified files:
        inc            : class.xslttemplates.inc.php 

Log message:
        update function add_file to include phpgwapi/templates dir by default

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/phpgwapi/inc/class.xslttemplates.inc.php.diff?tr1=1.25&tr2=1.26&r1=text&r2=text

Patches:
Index: phpgwapi/inc/class.xslttemplates.inc.php
diff -u phpgwapi/inc/class.xslttemplates.inc.php:1.25 
phpgwapi/inc/class.xslttemplates.inc.php:1.26
--- phpgwapi/inc/class.xslttemplates.inc.php:1.25       Mon May  8 08:21:58 2006
+++ phpgwapi/inc/class.xslttemplates.inc.php    Wed May 24 11:39:09 2006
@@ -8,7 +8,7 @@
        * @license http://www.gnu.org/licenses/lpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage gui
-       * @version $Id: class.xslttemplates.inc.php,v 1.25 2006/05/08 08:21:58 
skwashd Exp $
+       * @version $Id: class.xslttemplates.inc.php,v 1.26 2006/05/24 11:39:09 
ceb Exp $
        */
 
        if( (floor(phpversion()) == 4 && !extension_loaded('xslt') )
@@ -137,7 +137,7 @@
                                                        if (!$this->print)
                                                        {
                                                                $new_root = 
str_replace($GLOBALS['phpgw_info']['server']['template_set'],'base',$rootdir);
-                                                               
$this->add_file($filename,$new_root,6);
+                                                               
$this->add_file($filename,$new_root,3);
                                                                return;
                                                        }
                                                        else




reply via email to

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