<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="module">
	<name>Random Quotes 1.1</name>
	<author>Joomlaspan & CJ</author>
	<creationDate>June 13, 2006</creationDate>
	<copyright>2005-2006 Joomlaspan. All rights reserved.</copyright>
	<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
	<authorEmail>admin@joomlaspan.com</authorEmail>
	<authorUrl>http://www.joomlaspan.com</authorUrl>
	<version>1.1</version>
	<description><![CDATA[
	<table><tr><td><a href="http://www.joomlaspan.com" target="_blank"></a><img src="/modules/mod_randomquotes_1_1/randomquotes_module.png" border="0"></a></td>
	<td>This module inserts a random quote from a quotes bank in the associated text file. Please edit and insert more/ new quotes into this text file located at /modules/mod_randomquotes/ folder of your site.
	<p>This new version has been updated with inputs from CJ. Now there is an option to show Quote of the Day. The same quote can remain in place for a whole day!</p>
	<p>Visit <a href="http://www.joomlaspan.com" target="_blank"><b>Joomlaspan</b></a> for more useful modules and templates for Joomla! One of the most popular modules from us is the Google AdSense module. Other modules include the Google Translation module, Google Referral modules... </p>  
	<p>If you appreciate this module, kindly consider a small <a href="http://www.joomlaspan.com/news/latest/thank-you-for-your-donation.html" target="_blank"><b>donation</b></a> that helps us continue with this work.</p><br/></td></tr></table>
		]]></description>
    <files>
      <filename module="mod_randomquotes_1_1">mod_randomquotes_1_1.php</filename>
      <filename>mod_randomquotes_1_1/randomquotes.txt</filename>
	  <filename>mod_randomquotes_1_1/randomquotes_module.png</filename>
    </files>
	<params>
		<param name="count" type="text" size="2" default="1" label="Number of quotes" description="The number of quotes to display at once." />
		<param name="rotate" type="list" default="always" label="Quote rotation" description="Choose whether quotes should change everytime the page is loaded, or stay the same for any given day.">
			<option value="always">Always random</option>
			<option value="daily">Change daily</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" />
	</params>
  </mosinstall>