Problem with menu showing in standart template [solved]
Posted: Sun Sep 06, 2009 4:38 pm
Good day, All!
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 parameter, the menu became shown.
I have this effect in my and in standard "Top simple navigation + left subnavigation + 1 column" template. Here is part of it:
Pleas help me to solve this trouble or show me some obvious thing...
Thank you in advance!
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!