Skip to content

Instantly share code, notes, and snippets.

@Logiks
Created February 4, 2014 06:23
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 Logiks/8799002 to your computer and use it in GitHub Desktop.
Save Logiks/8799002 to your computer and use it in GitHub Desktop.
Generate Fully Nested Menubar using #Logiks CMS->Links and Menu. Using module#navigator #Logiks-Modules
<ul class="menubarUL">
<?php
$menuID="default";
loadModule("navigator",array(
"menuid"=>$menuID,
"menuType"=>"menubar"));
?>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment