Forums / Setup & design / Problem using treemenu

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Problem using treemenu

Author Message

Arne Schirmacher

Thursday 03 June 2004 12:20:26 am

The code fragment

{let mainMenu=treemenu( $module_result.path, 
                                    $module_result.node_id,
                                    array('folder','info_page'), 1, 6 )}
...

works when used in pagelayout.tpl. How do I use the treemenu within for example full_view_article.tpl, which does not have the $module_result variable? I can't seem to find an object similar to $module_result.path in the $node hierarchy.