$root_id
$root_id : integer
ID for the folder to get the navigation
Versatile class for drawing dynamically navigation elements according to user preferences.
// Initializes the class
$navigation = new fi_protie_navigation();
// Display only nodes (folders) $navigation->list_leaves = false;
// Expand the whole site tree instead of the active path $navigation->follow_all = true;
// Skip 1 level from the beginning of the active path $navigation->skip_levels = 1;
// Finally draw the navigation $navigation->draw();
See the attributes of this class for additional customizing options.
$_nap : \midcom_helper_nav
MidCOM helper class for navigation subsystem. Uses class 'midcom.helper.nav'