<?xml version="1.0" ?>
<mosinstall type="module">
    <name>SOBI2 Drop down Menu Module</name>
    <creationDate>19/May/2007</creationDate>
    <author>Tekdi Eco Services (Web Division)</author>
    <copyright>This template is released under the GNU/GPL License</copyright>
    <authorEmail>sales@tekdi.net</authorEmail>
    <authorUrl>www.tekdi.net</authorUrl>
    <version>2.0</version>
    <description>Should make a drop down menu for Sobi</description>
     <files>
         <filename module="mod_sobidropdown">mod_sobidropdown.php</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="showbutton" type="radio" default="0" label="Show Go button" description="Show or hide the Go button. If you choose to hide it, the form will be automatically submitted once you select a category">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="optionone" type="text" default="--Select Category--" label="First option text" description="Text that should be shown as the default or null option in the select list" />
		<param name="parent" type="text" label="Parent catid" description="The catid of the parent category from which the subcats are retrieved. Leave blank for top level subcats, i.e. parentid=1" />
	
	</params>
		
</mosinstall>