Template:Nav Exponent CMS
From Fishcakes Wiki
Exponent CMS
- Fishcakes Exponent Installation Settings for this domain's installation.
- Fishcakes Exponent Themes Notes on themes it might be nice to develop.
- Fishcakes Exponent Modules Notes on modules it might be good to develop.
- Installing Exponent Step-by-step install guide, including modules, templates and additional procedures.
- Exponent Themes List with notes on specific themes.
- Exponent Modules List with notes on specific modules.
- Exponent Modules Guidelines General Module guidelines.
Edit Menu
This is the navigation sub-menu template for the Exponent CMS section of this website. All sub-sections of this category should be included here.
Display Menu
To display the full menu, add this code to the start of all section pages:
<div class="fish_navbox"><div class="fish_nav">{{Template:Nav_Exponent_CMS}}</div></div>
This will display a menu which floats on the right of the screen. All items in the the menu will display.
Display Menu with Main Site Menu
To display the full menu, add this code to the start of all section pages:
<div class="fish_navbox">
<div class="fish_nav">{{Template:Nav_Main}}</div>
<div class="fish_nav">{{Template:Nav_Exponent_CMS}}</div>
</div>
Display List
To display a partial menu list, add this code to the Section Category page:
<div class="fish_navlist">{{Template:Nav_Exponent_CMS}}</div>
This will display a list of links in this category. The first item (Section Page Link) and last item (Edit Menu) link will not appear in this list.

