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


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site config.inc.php.template,1.3,1.4
Date: Sat, 07 Sep 2002 01:21:51 -0400

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

Modified Files:
        config.inc.php.template 
Log Message:
Mainly just took care of updating config template to reflect changes.


Index: config.inc.php.template
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-site/config.inc.php.template,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** config.inc.php.template     2 Sep 2002 23:08:13 -0000       1.3
--- config.inc.php.template     7 Sep 2002 05:21:36 -0000       1.4
***************
*** 6,14 ****
        $sitemgr_info = array(
                // add trailing slash
!               'phpgw_path'           => '/var/www/html/phpgroupware/',
!               'interface'                        => 'themes'
        );
  
- 
        /***********************************************************\
        * Leave the rest of this file alone.                        *
--- 6,12 ----
        $sitemgr_info = array(
                // add trailing slash
!               'phpgw_path'           => '/var/www/html/phpgroupware/'
        );
  
        /***********************************************************\
        * Leave the rest of this file alone.                        *
***************
*** 34,37 ****
--- 32,36 ----
                $sitemgr_info = array(
                        'phpgw_path'           => $sitemgr_info['phpgw_path'],
+                       'usethemes'            => (int) 
$pref->getPreference('usethemes'),
                        'sitemgr-site_path'    => 
$pref->getPreference('sitemgr-site-dir'),
                        'sitemgr-site_url'     => 
$pref->getPreference('sitemgr-site-url'),
***************
*** 58,61 ****
--- 57,61 ----
                $sitemgr_info = array(
                        'phpgw_path'           => $sitemgr_info['phpgw_path'],
+                       'interface'            => $sitemgr_info['interface'],
                        'sitemgr-site_path'    => 
$pref->getPreference('sitemgr-site-dir'),
                        'sitemgr-site_url'     => 
$pref->getPreference('sitemgr-site-url'),





reply via email to

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