Guest User

Untitled

a guest
May 27th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <ul>
  2. <% if Menu(1) %>
  3. <% control Menu(1) %>
  4. <li><a href="$Link" title="Go to the $Title.XML page" class="$LinkingMode"><span>$MenuTitle</span></a>
  5. <% if Children %>
  6. <ul id="Menu2">
  7. <% control Children %>
  8. <li class="$LinkingMode"><a href="$Link" title="Go to the "{$Title}" page">$MenuTitle</a></li>
  9. <% end_control %>
  10. </ul>
  11. <% end_if %>
  12. </li>
  13. <% end_control %>
  14. <% end_if %>
  15. </ul>
Add Comment
Please, Sign In to add comment