Code: Select all
{menu template='simple_navigation.tpl' start_level='2' collapse='1'}I did originally have global content in there as I didn't know any better and thought that might be a way to do the subnav and just put it in as a placeholder to sort out later...that error of mine was caching and causing the subnav using {menu template='simple_navigation.tpl' start_level='2' collapse='1'} not to load properly, so as clearing the cache didn't work I created a new sub page template from scratch and the subnav now works/appears OK, but it's messing up my primary nav onthe subpage as shown in the link I provided.
the global content for the header contains the following code:
Code: Select all
<div class="left"><img alt=" " src="uploads/images/assets/temp_headerleft.jpg" /></div>
<div class="right"><img alt="Techs in the City - Friendly Computer Support - 0845 621 2852" src="uploads/images/assets/logo_techsinthecity.jpg" />
{* Start Navigation *}{menu template="primary_nav"}{* End Navigation *}</div>
<div class="floatclear"></div>


