Monday 26 January 2009 8:59:46 am
I switched to ezP 4 some days ago and I used the ezodcsm-extension in my old ezP 3 installation. Now I want use the included dynamic treemenu from the admin interface in my own siteaccess. I took the following code snippet from a admin template an switched the 'Dynamic' attribute to 'enabled' for my siteaccess. But the snippet doesn't work, the template didn't generated any output. The static menu is working when I set 'Dynamic' to disabled, but there are no (+) icons to expand the subfolders.
{if ezini('TreeMenu','Dynamic','contentstructuremenu.ini')|eq('enabled')}
{include uri='design:contentstructuremenu/content_structure_menu_dynamic.tpl'}
{else}
{include uri='design:contentstructuremenu/content_structure_menu.tpl'}
{/if}
Does anybody know how to fix this?
|