[Webbinder-commits] root tiki-browse_categories.php,1.6,1.7
Brought to you by:
jasondiceman,
sylvieg
|
From: Sylvie G. <sy...@us...> - 2006-07-18 18:16:30
|
Update of /cvsroot/webbinder/root In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv21063 Modified Files: tiki-browse_categories.php Log Message: to have the menu extended Index: tiki-browse_categories.php =================================================================== RCS file: /cvsroot/webbinder/root/tiki-browse_categories.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** tiki-browse_categories.php 6 Jul 2006 15:59:58 -0000 1.6 --- tiki-browse_categories.php 18 Jul 2006 18:16:26 -0000 1.7 *************** *** 103,106 **** --- 103,107 ---- if ($type) $urlEnd .= "&type=$type"; + $urlEnd .= "||||1";// to have the menu expanded $urlEnd .= "\n"; list($itall, $count) = $tikiphplayers->mkCatEntry(0, ".", '', $ctall, $urlEnd, 'browsedcategory.tpl'); |