[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/modules/mod_random_image/ -> mod_random_image.xml (source)

   1  <?xml version="1.0" encoding="utf-8"?>
   2  <install type="module" version="1.5.0">
   3      <name>Random Image</name>
   4      <author>Joomla! Project</author>
   5      <creationDate>July 2006</creationDate>
   6      <copyright>Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.</copyright>
   7      <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
   8      <authorEmail>admin@joomla.org</authorEmail>
   9      <authorUrl>www.joomla.org</authorUrl>
  10      <version>1.5.0</version>
  11      <description>DESCRANDOMIMAGE</description>
  12      <files>
  13      <filename module="mod_random_image">mod_random_image.php</filename>
  14      </files>
  15      <params>
  16          <param name="type" type="text" default="jpg" label="Image Type" description="Type of image PNG/GIF/JPG etc. (default is JPG)" />
  17          <param name="folder" type="text" default="" label="Image Folder" description="PARAMIMAGEFOLDER" />
  18          <param name="link" type="text" default="" label="Link" description="PARAMLINK" />
  19          <param name="width" type="text" default="" label="Width (px)" description="PARAMWIDTHPX" />
  20          <param name="height" type="text" default="" label="Height (px)" description="PARAMHEIGHTPX" />
  21          <param name="@spacer" type="spacer" default="" label="" description="" />
  22          <param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX" />
  23      </params>
  24      <params group="advanced">
  25          <param name="cache" type="list" default="0" label="Caching" description="Select whether to cache the content of this module">
  26              <option value="1">Use global</option>
  27              <option value="0">No caching</option>
  28          </param>
  29          <param name="cache_time" type="text" default="900" label="Cache Time" description="The time before the module is recached" />
  30      </params>
  31  </install>


Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1