[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/modules/ -> mod_random_image.xml (source)

   1  <?xml version="1.0" encoding="iso-8859-1"?>
   2  <mosinstall type="module" version="4.6">
   3      <name>Random Image</name>
   4      <author>Mambo Foundation</author>
   5      <creationDate>August 2006</creationDate>
   6      <copyright>copyright (C) 2000 - 2007 Mambo Foundation Inc.</copyright>
   7      <license>http://www.opensource.org/licenses/gpl-license.php GNU/GPL v.2</license>
   8      <authorEmail>core@mambo-foundation.org</authorEmail>
   9      <authorUrl>mambo-foundation.org</authorUrl>
  10      <version>1.1</version>
  11      <description>This module display a random image from your chosen directory</description>
  12      <files>
  13      <filename module="mod_random_image">mod_random_image.php</filename>
  14      <filename>mod_random_image.xml</filename>
  15      </files>
  16      <params>
  17          <param name="type" type="text" default="jpg" label="Image Type" description="Type of image PNG/GIF/JPG etc. (default is JPG)" />
  18          <param name="folder" type="text" default="images/stories" label="Image Folder" description="Path to the image folder relative to the site url, eg: images/stories" />
  19          <param name="link" type="text" default="" label="Link" description="A URL to redirect to if image is clicked on, eg: http://www.mambo-foundation.org" />
  20          <param name="width" type="text" default="" label="Width (px)" description="Image width (forces all images to be displayed with this width)" />
  21          <param name="height" type="text" default="" label="Height (px)" description="Image height (forces all images to be displayed with the height)" />
  22          <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" />
  23      </params>
  24  </mosinstall>