The PHP framework that makes you happy.

BaseDecoration

Base Decoration Plugin

Author(s): Robert Kunze
Current Release: 1.0.1
Tags: Design, Decoration
Dependencies: none

Download

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

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.