3217 Posts in 853 Topics by 812 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 228 Views |
-
Cant make menu

23 October 2011 at 3:22am
Hi,
Today started to work with Silver Stripe and I really like this CMS.
Started to make my own layout ( based on tutorial layout ), but stuck with one thing.
I can't call sub-menus.<% if Menu(1) %>
<% control Menu(1) %>
<% if Children %>
<% control Children %>
<li><a href="$Link">$Title</a></li>
<% if Children %>
<li>
<ul>
<% control Children %>
<li><a href="$Link">$Title</a></li>
<% end_control %>
</ul
</li>
<% end_if %>
<% end_control %>
<% end_if %>
<% end_control %>
<% end_if %>and screen from my admin panel ( where are all pages ) in attachment
i want to show in sidebar items which are in menu(1) Katalogs.
But Katalogs is checked out so it won't show in top menu.
| 228 Views | ||
|
Page:
1
|
Go to Top |


