Thursday 27 May 2010 8:36:44 am
If you're using Website Interface (ezwebin) 1.6 and have the top menu bar, edit menu/flat_top.tpl so it knows where to find the list of pages below the landing page node:
{def $root_node=fetch( 'content', 'node', hash( 'node_id', $indexpage ) )
to
{def $root_node=fetch( 'content', 'node', hash( 'node_id', ezini( 'NodeSettings', 'RootNode', 'content.ini' ) ) )
The change above leads to the following visual change :