System:App:generateNonBaseModuleLinks
From Aspen Documentation
Generates menu items for non-base modules.
Since 1.0
Notes
- This function will automatically assign a class of "at" on the
lielement if the user is at a page within the specific module.
Examples
Below is a plain example of using this function. However, this function will typically be used with hard-coded links in the template.
<ul id="nav"> <?php print $this->APP->generateNonBaseModuleLinks(); ?> </ul>