If you go the first page in of the section/category (located here) you will notice that title of level 2 side navigation displays Information. However if you go to the history page, the title changes to History; but I want the title to display the section/category (in this case Information).
This is how I am calling the menu template:
Code: Select all
{menu template="Side Bar Navigation Title" start_level="1" collapse="2"}
Code: Select all
{if $count > 0}
{foreach from=$nodelist item=node}
{if $node->current == true}
{$node->menutext}
{/if}
{/foreach}
{/if}
Code: Select all
{menu template="Side Bar Navigation Title" number_of_levels="1"}
CMSMS: 1.9.3
PHP: 5.2.17
MySQL: 5.0.45
Linux