[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site blockconfig.inc.php,1.2,1.3
From: |
Patrick Walsh <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site blockconfig.inc.php,1.2,1.3 |
Date: |
Tue, 17 Sep 2002 19:52:02 -0400 |
Update of /cvsroot/phpgroupware/sitemgr/sitemgr-site
In directory subversions:/tmp/cvs-serv28112
Modified Files:
blockconfig.inc.php
Log Message:
Added a navigational block for showing pages and subcats in the currently
viewed category.
Index: blockconfig.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-site/blockconfig.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** blockconfig.inc.php 5 Sep 2002 06:57:52 -0000 1.2
--- blockconfig.inc.php 17 Sep 2002 23:51:55 -0000 1.3
***************
*** 17,20 ****
--- 17,26 ----
*/
$blocks[]=array(
+ 'skipifblank' => 1,
+ 'position' => 'r',
+ 'blockfile' => 'block-Current_Section.php',
+ 'view' => 0
+ );
+ $blocks[]=array(
'title' => 'Root Site Index',
'position' => 'l',
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site blockconfig.inc.php,1.2,1.3,
Patrick Walsh <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.15,1.16
- Next by Date:
[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/inc class.bo.inc.php,1.6,1.7 class.ui.inc.php,1.7,1.8
- Previous by thread:
[Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.15,1.16
- Next by thread:
[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/inc class.bo.inc.php,1.6,1.7 class.ui.inc.php,1.7,1.8
- Index(es):