[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: sitemgr/inc class.module.inc.php,1.9,1.10
From: |
Michael Totschnig <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: sitemgr/inc class.module.inc.php,1.9,1.10 |
Date: |
Sat, 31 May 2003 15:25:35 -0400 |
Update of /cvsroot/phpgroupware/sitemgr/inc
In directory subversions:/tmp/cvs-serv15591
Modified Files:
class.module.inc.php
Log Message:
forgot to change the name of the site_dir member in sitemgr_info array
Index: class.module.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.module.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** class.module.inc.php 30 May 2003 04:01:43 -0000 1.9
--- class.module.inc.php 31 May 2003 19:25:32 -0000 1.10
***************
*** 115,119 ****
function find_template_dir()
{
! $templaterootformat =
$GLOBALS['sitemgr_info']['sitemgr-site-dir']. SEP . 'templates' . SEP . '%s' .
SEP . 'modules' . SEP . $this->block->module_name;
$themetemplatedir =
sprintf($templaterootformat,$GLOBALS['sitemgr_info']['themesel']);
if (is_dir($themetemplatedir))
--- 115,119 ----
function find_template_dir()
{
! $templaterootformat = $GLOBALS['sitemgr_info']['site_dir']. SEP
. 'templates' . SEP . '%s' . SEP . 'modules' . SEP . $this->block->module_name;
$themetemplatedir =
sprintf($templaterootformat,$GLOBALS['sitemgr_info']['themesel']);
if (is_dir($themetemplatedir))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: sitemgr/inc class.module.inc.php,1.9,1.10,
Michael Totschnig <address@hidden> <=