Forums / Setup & design / path in treemenu
Jaromir Matysek
Saturday 12 March 2005 8:21:41 am
Can someone please explain or point me to an explanation of how to substitute the <i>$module_result.path</i> with my own path when fetching a treemenu?
Basically what I want to do is to have a javascript expandable menu, containing always all the folders inside a parental folder for that section, independently on the $module_result.path. How can I do it?
Thanks a lot
Saturday 12 March 2005 11:33:37 am
Solved already, basically all I needed was to override <i>contentstructuremenu.ini</i> in my siteaccess settings, change whatever I need, and use the content of <i>design/standard/templates/contentstructuremenu/content_structure_menu.tpl</i>.
The solution of what is needed for alternate $path array in treenode would be appreciated though.