Skip to content

Instantly share code, notes, and snippets.

Created September 30, 2013 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2159f2857daf9e2ff0da to your computer and use it in GitHub Desktop.
Save anonymous/2159f2857daf9e2ff0da to your computer and use it in GitHub Desktop.
<section id="navExtra">
<ul>
<% control Menu(1) %>
<% if hasSpecial %>
<li><a href="$Link" class="$LinkingMode">$MenuTitle <% if NavIcon %><img src="$NavIcon.URL" style="margin-left:13px;"/><% end_if %></a></li>
<% end_if %>
<% end_control %>
</ul>
</section>
public function isSpecial() {
error_log("isspecial triggered");
return !!$this->SpecialMenuItem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment