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.
|