Is it possible to detect if the page has children ? Like {$node->haschildren == true} for the menu.
I have 2 pages which haven't children. Maybe you have a better solution than my "if page = or page = or page =".
Code: Select all
<div id="lsidebar">
{menu template='submenu.tpl' start_level='2' collapse='1'}
{if $page_name == 'index' || $page_name == 'PXF_Contact_Us'}
{global_content name='column-box'}
{/if}
</div>{* //lsidebar *}
