phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site config.inc.php.template,1.2


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site config.inc.php.template,1.2,1.3 index.php,1.2,1.3
Date: Mon, 02 Sep 2002 19:08:15 -0400

Update of /cvsroot/phpgroupware/sitemgr/sitemgr-site
In directory subversions:/tmp/cvs-serv14966

Modified Files:
        config.inc.php.template index.php 
Log Message:
Made templates work... ooh, got to add the templates dir....


Index: config.inc.php.template
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-site/config.inc.php.template,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** config.inc.php.template     1 Sep 2002 04:22:46 -0000       1.2
--- config.inc.php.template     2 Sep 2002 23:08:13 -0000       1.3
***************
*** 6,10 ****
        $sitemgr_info = array(
                // add trailing slash
!               'phpgw_path'           => '/var/www/html/phpgroupware/'
        );
  
--- 6,11 ----
        $sitemgr_info = array(
                // add trailing slash
!               'phpgw_path'           => '/var/www/html/phpgroupware/',
!               'interface'                        => 'themes'
        );
  

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-site/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** index.php   1 Sep 2002 04:22:46 -0000       1.2
--- index.php   2 Sep 2002 23:08:13 -0000       1.3
***************
*** 38,42 ****
        include './inc/class.bo.inc.php';
        include './inc/class.so.inc.php';
!       include './inc/phpnuke.compat.inc.php';
  
        global $page_id;
--- 38,44 ----
        include './inc/class.bo.inc.php';
        include './inc/class.so.inc.php';
!       //Line below moved to pageGenerateTheme
!       //include './inc/phpnuke.compat.inc.php';
!       include './inc/class.Template2.inc.php';
  
        global $page_id;





reply via email to

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