Need some help with my level 2 left side navigation
Posted: Tue Feb 15, 2011 6:06 pm
I am having trouble getting the title of the section/category to display on the level 2 left side navigation.
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:
This is my menu template:
I've tried calling the template as:
But if I use the above call statement, then the title is only displayed on one root Information page, and nothing is displayed on the History page
CMSMS: 1.9.3
PHP: 5.2.17
MySQL: 5.0.45
Linux
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