| Tuesday 26 October 2004 8:55:36 am 
                                                                 I had a similar problem. No left menu, but only the first item "contact us" (contact form) is there. (clean installation (news)) Moreover the following does NOT work (left_menu.tpl) STRANGE !!!: 
{let docs=treemenu( $module_result.path,
                    $module_result.node_id,
                    array( 'folder' ),
                    0, 5 )
                    depth=1}
However the folling works:  
{let docs=treemenu( $module_result.path,
                    $module_result.node_id,
                    array( 1,31,32,33 ),
                    0, 5 )
                    depth=1}
_______________________
 http://artenic.de ARTENIC - Publishing mit allen Mitteln!
 
 
 |