Blame view

framework/admin/templates/Includes/CMSSectionIcon.ss 373 Bytes
a63b5418   Administrator   first_commit
1
2
3
4
5
6
7
  <% if $ToplevelController %>
  	<span class="section-icon icon icon-16 icon-{$ToplevelController.MenuCurrentItem.Code.LowerCase}"></span>
  <% else_if $Controller %>
  	<span class="section-icon icon icon-16 icon-{$Controller.MenuCurrentItem.Code.LowerCase}"></span>
  <% else %>
  	<span class="section-icon icon icon-16 icon-{$MenuCurrentItem.Code.LowerCase}"></span>
  <% end_if %>