2010-11-15 10:01
I have the following situation in Categories menu:Computers--Components----CPU------Intel------AMDSubmenus (Intel & AMD) are not shown as submenus butnavpath is shown correctly:Computers » Components » CPU » AMDIs this the limitation of free version (Maxsubdepth=3) oram I missing something?Thank You!
2010-11-16 07:02
In templates/themes/default.phpyou will find lines like this:$sMenu3=$oPage->throwMenu('menu_3.tpl',3,$iContent,2);The last digit set the depth of sub menu.