I try to solve a problem with menu showing in my template and, in standart template also. (I'm a newbie in CMS, but i'v read some docs, this forum and didn't find an answer)
I have "clean" CMSMS, ver.1.6.5.
If i delete
Code: Select all
start_level='2'
I have this effect in my and in standard "Top simple navigation + left subnavigation + 1 column" template. Here is part of it:
Code: Select all
{* Start Sub Navigation, stylesheet "Navigation: Simple - Vertical" *}
<div id="menu_vert">
<h2 class="accessibility">Sub Navigation</h2>
{menu template='simple_navigation.tpl' start_level='2' collapse='1'}
<hr class="accessibility" />
</div>
{* End Sub Navigation *}
Thank you in advance!