<?xml version="1.0" encoding="utf-8"?>
<install type="module" version="1.5.0">
	<name>Zoomer Slider</name>
	<author>WebKul</author>
	<creationDate>09/04/2010</creationDate>	
	<copyright>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</copyright>
	<authorEmail>sahu.vipin@gmail.com</authorEmail>
	<authorUrl>http://www.webkul.com</authorUrl>
	<version>1.0</version>
	<description></description>		
	<files>
		<filename module="mod_zoomslider">mod_zoomslider.php</filename>
		<filename module="mod_zoomslider">js/webkulzoom.js</filename>
		<filename module="mod_zoomslider">css/jquery.gzoom.css</filename>
		<filename module="mod_zoomslider">css/jquery-ui-1.7.1.custom.css</filename>
		<filename module="mod_zoomslider">images/thumb.jpg</filename>
		<filename module="mod_zoomslider">images/ui/ui-icons_222222_256x240.png</filename>
		<filename module="mod_zoomslider">images/loading.gif</filename>
				
	</files>

<params>
	<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" />
	
	<param name="title" type="text" default="" label="Title" description=" " />
	<param name="imagefolder" type="text" default="modules/mod_zoomslider/images" label="Image Path" description="Set here The Image Path Default is- modules/mod_zoomslider/images" />
	<param name="Swidth" type="text" default="300" label="Small-Width" description="Set here the small image width Exp-300 " />
	<param name="Sheight" type="text" default="225" label="Small-Height" description="Set here the small image height Exp-225 " />
	<param name="Lwidth" type="text" default="1024" label="Large-Height" description="Set here the large image width Exp-1024" />
	<param name="Lheight" type="text" default="768" label="Large-Height" description="Set here the large image height Exp-768 " />
	
	
	
</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>
