<?xml version="1.0" encoding="iso-8859-1"?>
  <mosinstall type="module" version="1.0">
    <name>Featured Articles (DIV version)</name>
    <creationDate>May 2007</creationDate>
    <author>DART Creations</author>
    <copyright>(C) 2007 DART Creations</copyright>	  
	<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
    <authorEmail>info@dart-creations.com</authorEmail>
    <authorUrl>www.dart-creations.com</authorUrl>
    <version>0.1</version>
    <description>
	<![CDATA[
	Featured Articles Module for Joomla 1.0.x
	<br />
	<br />
	Shows a number of article titles in a module block.
	<br />
	<ul>
	<li>Displays Article Titles to display</li>
	<li>Customisation using inline style</li>
	<li>Title customisation</li>
	<li>UL Tag customisation</li>
	<li>LI Tag customisation</li>
	</ul>
	Support and feature request enquiries at <a href='http://www.dart-creations.com'>http://www.dart-creations.com</a>
	<br />
	<br />
        If you like this module please <a href="http://www.dart-creations.com/joomla/development/featured-articles-module.html#donation">Donate a Beer (€3)</a> :)
        <br/><br/>
	Thanks!
	<br />
	DART Creations
	]]>
	</description>
    <files>
      <filename module="mod_featuredarticlesdiv">mod_featuredarticlesdiv.php</filename>
    </files>
	<params>
		<param name="ids" type="text" default="" size="40" label="Content Item ID" description="Enter the ID values of the featured content item in the following format (xx,xx) where xx is content ID." />
		<param name="ordering" type="list" default="1" label="Article Ordering" description="The order in which each article is listed.">
		  <option value="1">ID Ascending Order</option>
			<option value="2">ID Descending Order</option>
			<option value="3">As specified</option>
			<option value="4">Ordering</option>
		</param>
		<param name="menu_id" type="text" default="" size="40" label="Menu Item ID" description="Enter the menu ID values of the featured content item (if available or leave blank)." />
		<param name="text_class" type="text" default="" label="Title Class" description="The class of the article title" />
		<param name="extra_style" type="text" default="" size="50" label="Inline CSS Style" description="Extra inline CSS style to apply to the module div tag" />		
		<param name="ul_extra_style" type="text" default="" size="50" label="UL CSS Style" description="CSS style to apply to the ul tag" />		
		<param name="li_extra_style" type="text" default="" size="50" label="LI CSS Style" description="CSS style to apply to the ul tag" />
		<param name="link" type="radio" default="1" label="Invisible Link to Author" description="Invisible Link to author of the module">
		  <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" />
	</params>
  </mosinstall>