git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
38 lines
1.5 KiB
PHP
38 lines
1.5 KiB
PHP
<?php
|
|
/**
|
|
* Language Include File (English)
|
|
* Can overrule set variables used in different elements
|
|
*
|
|
* @package Modules Anywhere
|
|
* @version 1.2.0
|
|
*
|
|
* @author Peter van Westen <peter@nonumber.nl>
|
|
* @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 = '
|
|
<p>Easily place modules anywhere in your site.</p>
|
|
<p>You can place modules using the syntax:<br />
|
|
Using the name of the module: {<span style="color:green">module <span style="color:blue">Main Menu</span></span>}<br />
|
|
Using the id of the module: {<span style="color:green">module <span style="color:blue">3</span></span>}</p>
|
|
<p>You can also place colmplete module positions using the syntax:<br />
|
|
{<span style="color:green">modulepos <span style="color:blue">mainmenu</span></span>}</p>
|
|
<p>To use another style than the default, you can do this:<br />
|
|
{<span style="color:green">module <span style="color:blue">Main Menu</span>|<span style="color:blue">horz</span></span>}<br />
|
|
You can choose from: table, horz, xhtml, rounded, none (and any extra style your template supports).</p>
|
|
';
|
|
} |