System:App:generateNonBaseModuleLinks

From Aspen Documentation

Generates menu items for non-base modules.

Since 1.0

Contents

Arguments

string generateNonBaseModuleLinks ()

Returns

Returns a series of list items with anchors as a string.

Notes

  • This function will automatically assign a class of "at" on the li element 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>