BaseDecoration
| Author(s): | Robert Kunze |
| Current Release: | 1.0.1 |
| Tags: | Design, Decoration |
| Dependencies: | none |
Description
This plugin provides a basic decoration containing a header with logo and top-level menu, a footer area, left navigation section and right navigation section. Which navigation sections should be visible can be controlled via configuration options. Also the basic style can be adapted through it. This plugin provides a hook "meta-menu", that can be used to extend the top-level menu or add another menu to the header. The template structure is made so that it is so flexible it let's you apply any design you want to it.
Features
- provides basic decoration
- header including logo and drop-down menus
- footer area
- left navigation section
- right navigation section
- provides hook "meta-menu" to extend top-level menu
- highly flexible template, ready for any design
Installation & Configuration
The following configuration options are available for this plugin:
| BASEDECORATION_LEFTRAIL | defines whether or not the left navigation section should be part of the page |
| BASEDECORATION_RIGHTRAIL | defines whether or not the right navigation section should be part of the page |
| BASEDECORATION_STYLE | defines the CSS class that should be used as default, if there is no "decoration_style" attribute in the current context. |
