Friday 03 February 2006 9:39:10 am
Hi, in base/templates/menu/flat_left.tpl you find:
{let docs=treemenu( $module_result.path,
is_set( $module_result.node_id )|choose( 2, $module_result.node_id ),
ezini( 'MenuContentSettings', 'LeftIdentifierList', 'menu.ini' ),
0, 5 )
depth=1
last_level=0}
The 5 is a hardcoded max_level (cf. http://ez.no/doc/ez_publish/technical_manual/3_6/reference/template_operators/miscellaneous/treemenu) You can try to insert
ezini( 'MenuContentSettings', 'MaxLevel', 'menu.ini' )
instead and define this setting in your menu.ini. Or you hardcode another value in your template. Have a nice day Thomas
|