Skip to content

Commit

Permalink
MINOR Mocking sub-entries in CMSTopMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Apr 23, 2011
1 parent f6f658f commit 0c81515
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion admin/templates/Includes/CMSTopMenu.ss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@
</div>
<ul id="MainMenu">
<% control MainMenu %>
<li class="$LinkingMode" id="Menu-$Code"><a href="$Link">$Title</a></li>
<li class="$LinkingMode" id="Menu-$Code">
<a href="$Link">$Title</a>
<% if Title == 'Edit Page' %>
<ul>
<li><a href="#">Content</a></li>
<li><a href="#">Settings</a></li>
<li><a href="#">Reports</a></li>
<li><a href="#">History</a></li>
</ul>
<% end_if %>
</li>
<% end_control %>
</ul>

0 comments on commit 0c81515

Please sign in to comment.