git-svn-id: https://192.168.0.254/svn/Proyectos.MatritumCantat_Web/trunk@2 8e3496fd-7892-4c45-be36-0ff06e9dacc6
20 lines
1.0 KiB
XML
20 lines
1.0 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<mosinstall type="module" version="1.0.0">
|
|
<name>Banner</name>
|
|
<author>Joomla! Project</author>
|
|
<creationDate>August 2004</creationDate>
|
|
<copyright>(C) 2005 Open Source Matters. All rights reserved.</copyright>
|
|
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
|
|
<authorEmail>admin@joomla.org</authorEmail>
|
|
<authorUrl>www.joomla.org</authorUrl>
|
|
<version>1.0.0</version>
|
|
<description>The banner module allows to show the active banners out of the component within your site.</description>
|
|
<files>
|
|
<filename module="mod_banners">mod_banners.php</filename>
|
|
</files>
|
|
<params>
|
|
<param name="banner_cids" type="text" default="" label="Banner client" description="Reference to banner client id. Enter separated by ','!" />
|
|
<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
|
|
</params>
|
|
</mosinstall>
|