* @link http://www.nonumber.nl * @copyright Copyright (C) 2010 NoNumber! All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ // Ensure this file is being included by a parent file defined('_JEXEC') or die( 'Restricted access' ); /** * Variables that can be overruled: * $image * $title * $description * $help */ if ( $description == 'Easily place modules anywhere in your site' ) { $description = '

Easily place modules anywhere in your site.

You can place modules using the syntax:
Using the name of the module: {module Main Menu}
Using the id of the module: {module 3}

You can also place colmplete module positions using the syntax:
{modulepos mainmenu}

To use another style than the default, you can do this:
{module Main Menu|horz}
You can choose from: table, horz, xhtml, rounded, none (and any extra style your template supports).

'; }