phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/inc class.module_appdir.inc.php,1.1,1.2


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/inc class.module_appdir.inc.php,1.1,1.2 class.module_forum.inc.php,1.1,1.2
Date: Thu, 16 Jan 2003 23:22:19 -0500

Update of /cvsroot/phpgroupware/sitemgr/inc
In directory subversions:/tmp/cvs-serv10679

Modified Files:
        class.module_appdir.inc.php class.module_forum.inc.php 
Log Message:
wrong path to template file


Index: class.module_appdir.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.module_appdir.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.module_appdir.inc.php 17 Jan 2003 03:37:52 -0000      1.1
--- class.module_appdir.inc.php 17 Jan 2003 04:22:16 -0000      1.2
***************
*** 113,117 ****
                {
                        require_once(PHPGW_INCLUDE_ROOT . SEP . 'sitemgr' . SEP 
. 'inc' . SEP . 'class.xslt_transform.inc.php');
!                       $this->add_transformer(new 
xslt_transform($GLOBALS['sitemgr_info']['sitemgr-site-dir']. SEP . 
'templates/modules/sitemgr/appdir/list.xsl'));
                }
        }
--- 113,117 ----
                {
                        require_once(PHPGW_INCLUDE_ROOT . SEP . 'sitemgr' . SEP 
. 'inc' . SEP . 'class.xslt_transform.inc.php');
!                       $this->add_transformer(new 
xslt_transform($GLOBALS['sitemgr_info']['sitemgr-site-dir']. SEP . 
'templates/default/sitemgr/appdir/list.xsl'));
                }
        }

Index: class.module_forum.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.module_forum.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.module_forum.inc.php  17 Jan 2003 03:37:52 -0000      1.1
--- class.module_forum.inc.php  17 Jan 2003 04:22:16 -0000      1.2
***************
*** 79,83 ****
                }
                $this->template = CreateObject('phpgwapi.Template');
!               
$this->template->set_root($GLOBALS['sitemgr_info']['sitemgr-site-dir']. SEP . 
'templates/modules/sitemgr/forum/');
  
                if ($arguments['level'] == 1)
--- 79,83 ----
                }
                $this->template = CreateObject('phpgwapi.Template');
!               
$this->template->set_root($GLOBALS['sitemgr_info']['sitemgr-site-dir']. SEP . 
'templates/default/sitemgr/forum/');
  
                if ($arguments['level'] == 1)





reply via email to

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