Wednesday 15 February 2006 6:53:06 am
Unfortunately - I was to quick tellin' you that it works. Menu appears on search result page - but it won't expand anymore. I thought that
{let docs=treemenu( $home_path, 2, array( 1 ),0, 2 )}
means that menu should be build from node_id=2, folders, none ommited and depth=2
but only first level items are shown, and doesn't expand after click on it. this code (from original flat_left.tpl)
{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=2
last_level=0}
expands good but disappears on search result. Aleksander
|