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.10,


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/inc class.bo.inc.php,1.10,1.11
Date: Fri, 31 Jan 2003 13:18:08 -0500

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

Modified Files:
        class.bo.inc.php 
Log Message:
improve the module's link function so that it also correctly links to toc and 
index


Index: class.bo.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-site/inc/class.bo.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** class.bo.inc.php    18 Jan 2003 04:30:34 -0000      1.10
--- class.bo.inc.php    31 Jan 2003 18:18:04 -0000      1.11
***************
*** 77,80 ****
--- 77,81 ----
                        $page->title = lang('Site Index');
                        $page->subtitle = '';
+                       $page->index = True;
                        $page->block = CreateObject('sitemgr.Block_SO',True);
                        $page->block->app_name = 'sitemgr';
***************
*** 149,152 ****
--- 150,154 ----
                                $page->title = lang('Table of Contents');
                                $page->subtitle = '';
+                               $page->toc = True;
                        }
                        $page->block = CreateObject('sitemgr.Block_SO',True);





reply via email to

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