phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/inc class.bo.inc.php,1.1.1.


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/inc class.bo.inc.php,1.1.1.1,1.2 class.ui.inc.php,1.1.1.1,1.2 phpnuke.compat.inc.php,1.1.1.1,1.2
Date: Thu, 29 Aug 2002 02:15:02 -0400

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

Modified Files:
        class.bo.inc.php class.ui.inc.php phpnuke.compat.inc.php 
Log Message:
Adjusted to work with 0.9.14 and use new name (formerly wcm).  May still be 
some bugs from the name change.


Index: class.bo.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-site/inc/class.bo.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** class.bo.inc.php    29 Aug 2002 03:03:31 -0000      1.1.1.1
--- class.bo.inc.php    29 Aug 2002 06:15:00 -0000      1.2
***************
*** 192,195 ****
--- 192,196 ----
                function getCatLinks()
                {
+                       $catlinks = array();
                        
$cat_list=$this->catbo->getPermittedCategoryIDReadList();
                        foreach($cat_list as $cat_id)

Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-site/inc/class.ui.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** class.ui.inc.php    29 Aug 2002 03:03:31 -0000      1.1.1.1
--- class.ui.inc.php    29 Aug 2002 06:15:00 -0000      1.2
***************
*** 54,58 ****
                        $index = 1;
                        $themesel = $GLOBALS['sitemgr_info']['themesel'];
!                       include $GLOBALS['sitemgr_info']['sitemgr_path'] . 
'themes/' . $themesel . '/theme.php';
                        echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 
Transitional//EN">';
                        echo "\n<html>\n<head>\n<title>" . 
$this->bo->get_siteName() . ': ' . 
--- 54,58 ----
                        $index = 1;
                        $themesel = $GLOBALS['sitemgr_info']['themesel'];
!                       include $GLOBALS['sitemgr_info']['sitemgr-site_path'] . 
'themes/' . $themesel . '/theme.php';
                        echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 
Transitional//EN">';
                        echo "\n<html>\n<head>\n<title>" . 
$this->bo->get_siteName() . ': ' . 
***************
*** 62,66 ****
                        add_theme_var('header', $this->bo->get_header());
                        add_theme_var('footer', $this->bo->get_footer());
!                       include $GLOBALS['sitemgr_info']['sitemgr_path'] . 
'inc/meta.ui.inc.php';
                        echo '<LINK REL="StyleSheet" HREF="themes/' . $themesel 
. 
                                '/style/style.css" TYPE="text/css">' . "\n\n\n";
--- 62,66 ----
                        add_theme_var('header', $this->bo->get_header());
                        add_theme_var('footer', $this->bo->get_footer());
!                       include $GLOBALS['sitemgr_info']['sitemgr-site_path'] . 
'inc/meta.ui.inc.php';
                        echo '<LINK REL="StyleSheet" HREF="themes/' . $themesel 
. 
                                '/style/style.css" TYPE="text/css">' . "\n\n\n";

Index: phpnuke.compat.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/sitemgr-site/inc/phpnuke.compat.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** phpnuke.compat.inc.php      29 Aug 2002 03:03:32 -0000      1.1.1.1
--- phpnuke.compat.inc.php      29 Aug 2002 06:15:00 -0000      1.2
***************
*** 42,48 ****
        {
                $var = $vars[1];
!               if (substr($var,0,5)=='?sitemgr:')
                {
!                       $params=explode(',',substr($var,0,5));
                        switch(count($params))
                        {
--- 42,48 ----
        {
                $var = $vars[1];
!               if (substr($var,0,9)=='?sitemgr:')
                {
!                       $params=explode(',',substr($var,9));
                        switch(count($params))
                        {





reply via email to

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