Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. <div id="main-menu" class="mm-wrapper collapsed">
  2.  
  3. <!-- This is the Modyo Logo -->
  4. <div class="nav-brand">
  5. </div>
  6.  
  7. <!-- This is the site navigation -->
  8. <div class="nav-account">
  9. <div class="account-dropdown dropdown">
  10. <ul class="dropdown-menu">
  11.  
  12. <!-- All of your sites are listed here -->
  13. <li>
  14. <a href="site_path">Name of site</a>
  15. </li>
  16. </ul>
  17. </div>
  18. </div>
  19.  
  20. <!-- This is the context navigation -->
  21. <nav id="nav" class="mm-menu mm-border-full mm-theme-dark" style="display: block;">
  22. <div class="mm-panels">
  23. <div class="mm-panel mm-hasnavbar mm-opened mm-current" id="mm-80">
  24.  
  25. <!-- The title of the current navigation context -->
  26. <div class="mm-navbar">
  27. <a class="mm-title">Menu</a>
  28. </div>
  29. <ul class="nav-ul mm-listview">
  30.  
  31. <!-- All the context list here -->
  32. <li>
  33. <a href="context_item">Context Item</a>
  34. </li>
  35. </ul>
  36. </div>
  37. </div>
  38. </nav>
  39.  
  40. <!-- This is the menu footer -->
  41. <div class="nav-bottom">
  42. <div class="nav-search"></div>
  43. <div class="nav-session"></div>
  44. </div>
  45. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement