Function printCustomMenu
Prints a context sensitive menu of all pages as a unordered html list
Package: plugins\menu-manager
Author: Stephen Billard (sbillard), Malte Müller (acrylian)
Located at zp-extensions/menu_manager.php
Author: Stephen Billard (sbillard), Malte Müller (acrylian)
Located at zp-extensions/menu_manager.php
string |
$menuset = 'default' |
the menu tree to output |
string |
$option = 'list' |
<p>The mode for the menu: "list" context sensitive toplevel plus sublevel pages, "list-top" only top level pages, "omit-top" only sub level pages "list-sub" lists only the current pages direct offspring</p> |
string |
$css_id = '' |
CSS id of the top level list |
string |
$css_class_topactive = '' |
class of the active item in the top level list |
string |
$css_class = '' |
CSS class of the sub level list(s) |
string |
$css_class_active = '' |
CSS class of the sub level list(s) |
integer |
$showsubs = 0 |
Set to depth of sublevels that should be shown always. 0 by default. To show all, set to a true! Only valid if option=="list". |
boolean |
$counter = false |
TRUE (FALSE default) if you want the count of articles for Zenpage news categories or images/subalbums for albums. |
string
|
string |