grupie001 2006-11-07 17:01 | hi there,
I would like to show all the time my sub categories. Now the subcategories always shut down to the main category, when leaving the page.
Can anyone help me, where and how to change the code?!?!
thanx in advance grupie001 |
 2006-11-08 06:39 | edit index.php and find: $sCategoriesMenu = listCategories( 'categories_menu.tpl', 1, true, Array( $iCategory ) ); replace to: $sCategoriesMenu = listCategories( 'categories_menu.tpl', 1, null, Array( $iCategory ) ); |