<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="module" version="1.0">
  <name>Multi Banner</name>
  <author>Eugene Cook</author>
  <creationDate>November 2005</creationDate>
  <copyright>(C) 2005 Eugene Cook</copyright>
  <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
  <version>1.0</version>
  <description>A hack of the original mod_banner that allows multiple banners to be displayed</description>
  <files>
    <filename module="mod_multibanner">mod_multibanner.php</filename>
  </files>
  <params>
  		<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be aapplied to the css class of the module (table.moduletable), this allows individual module styling" />
  		<param name="banner_cids" type="text" default="" label="Banner client" description="Reference to banner client id. Enter separated by ','!" />
		<param name="numshow" type="text" default="" label="Number of Banners Shown" description="number of banners that are shown" />
  </params>
</mosinstall>