<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="module" version="1.0.x">
	<name>shJoomFish language selection</name>
	<creationDate>April 9, 2007</creationDate>
	<copyright>2003 - 2006, Think Network GmbH, Munich - 2007, Yannick Gaultier</copyright>
	<license>Think Network, Open Source License</license>
	<author>Think Network</author>
	<authorEmail>JoomFish@ThinkMatrix.net</authorEmail>
	<authorUrl>http://www.joomfish.net</authorUrl>
	<version>1.7</version>
	<description>This module is placing a language selection box on your website. Modified by Yannick Gaultier to handle SEF URL generation. Designed only to be used with sh404SEF url rewriting component</description>

	<files>
		<filename module="mod_shJoomfish">mod_shJoomfish.php</filename>
		<filename>mod_shJoomfish.css</filename>
	</files>
		<params>
			<param name="inc_jf_css" type="radio" default="1" label="Include Joom!Fish CSS" description="Tells the module if the module Joom!Fish CSS should be included or not.">
				<option value="0">No</option>
				<option value="1">Yes</option>
			</param>
			<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="@spacer" type="spacer" default="" label="" description="" />
			<param name="cache" type="radio" default="0" label="Enable Cache" description="Select whether to cache the content of this module">
				<option value="0">No</option>
				<option value="1">Yes</option>
			</param>
			<param name="type" type="list" default="dropdown" label="Appereance of language selector" description="Define how the selector should be generated.">
					<option value="dropdown">Drop down of names</option>
			    	<option value="names">ul-list of names</option>
			    	<option value="images">ul-list of images</option>
			</param>
			<param name="spacer" type="text" default="" lable="Spacer for names" description="Set the spacer character for your language name lists" />
			<param name="show_acitve" type="radio" default="1" label="Show active language" description="Select wether the active language should be shown or not">
				<option value="0">No</option>
				<option value="1">Yes</option>
			</param>
		</params>
</mosinstall>
