<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="module" version="4.5.1">
	<name>Random Image</name>
	<author>Mambo Project</author>
	<creationDate>July 2004</creationDate>
	<copyright>(C) 2000 - 2004 Miro International Pty Ltd</copyright>
	<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
	<authorEmail>admin@mamboserver.com</authorEmail>
	<authorUrl>www.mamboserver.com</authorUrl>
	<version>4.5.1</version>
	<description>This module display a random image from your chosen directory</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 PNG)" />
		<param name="folder" type="text" default="" label="Image Folder" description="Path to the image folder" />
		<param name="link" type="text" default="" label="Link" description="URL to redirect to if image is clicked on" />
		<param name="width" type="text" default="" label="Width (px)" description="Image width (all images will be displayed with this width)" />
		<param name="height" type="text" default="" label="Height (px)" description="Image height (all images will be displayed with the height)" />
		<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>

