<?xml version="1.0" encoding="utf-8"?>
<install type="module" version="1.5.0">
	<name>Simple Image Holder</name>
	<author>Bibhudatta Swain</author>
	<creationDate>January 2009</creationDate>
	<copyright>bibhudatta</copyright>
	<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
	<authorEmail>bibhudatta_swain@yahoo.com</authorEmail>
	<authorUrl>www.google.com</authorUrl>
	<version>1.5.3</version>
	<description>Simple Image Holder Module is a simple module that offers viewing any picture (jpg, gif, png ...etc) in a module (such as advertisements or announcements). the admin can resize the picture to any size, he can also link this picture to any page, he can also specify how to open the new link (new window, or same window)
its extremely useful replacement of the rather complicated (banners) component.</description>
	<files>
		<filename module="mod_sih">mod_sih.php</filename>
	</files>
	<params>
		<param name="width"  type="text" default="" label="Width" description="width of Image (in pixles), leave empty to use original image width" />
		<param name="height" type="text" default="" label="Height" description="height of Image (in pixles), leave empty to use original image height" />
		<param name="image"  type="text" default="" label="Image" description="image to display, for example: images/smilies/smile.gif" />
		<param name="alt" 	 type="text" default="" label="Alternate Text" description="text to display when mouseover the image, leave empty to disable" />
		<param name="link" type="text" default="" label="Link" description="link the image to a webpage, for example: http://yahoo.com or an internal link, for example: administrator/ or leave empty for no linking" />
		<param name="page" type="list" default="" label="Link Type" description="when you click the image, it opens the link in either a new window or in the same window">
			<option value="new_page">new window</option>
			<option value="same_page">same window</option>
		</param>
		<param name="align" type="list" default="center" label="Align" description="image alignment">
			<option value="center">center</option>
			<option value="right">right</option>
			<option value="left">left</option>
		</param>
	</params>
</install>
