git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
32 lines
1.7 KiB
XML
32 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<install type="module" version="1.5.0">
|
|
<name>Random Image</name>
|
|
<author>Joomla! Project</author>
|
|
<creationDate>July 2006</creationDate>
|
|
<copyright>Copyright (C) 2005 - 2010 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.5.0</version>
|
|
<description>DESCRANDOMIMAGE</description>
|
|
<files>
|
|
<filename module="mod_random_image">mod_random_image.php</filename>
|
|
</files>
|
|
<params>
|
|
<param name="type" type="text" default="jpg" label="Image Type" description="Type of image PNG/GIF/JPG etc. (default is JPG)" />
|
|
<param name="folder" type="text" default="" label="Image Folder" description="PARAMIMAGEFOLDER" />
|
|
<param name="link" type="text" default="" label="Link" description="PARAMLINK" />
|
|
<param name="width" type="text" default="" label="Width (px)" description="PARAMWIDTHPX" />
|
|
<param name="height" type="text" default="" label="Height (px)" description="PARAMHEIGHTPX" />
|
|
<param name="@spacer" type="spacer" default="" label="" description="" />
|
|
<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX" />
|
|
</params>
|
|
<params group="advanced">
|
|
<param name="cache" type="list" default="0" label="Caching" description="Select whether to cache the content of this module">
|
|
<option value="1">Use global</option>
|
|
<option value="0">No caching</option>
|
|
</param>
|
|
<param name="cache_time" type="text" default="900" label="Cache Time" description="The time before the module is recached" />
|
|
</params>
|
|
</install>
|