<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="module" version="4.5.1">
	<name>Latest Photos</name>
	<author>Changpeng Zhao</author>
	<creationDate>Aug, 8, 2005</creationDate>
	<copyright>Changpeng Zhao</copyright>
	<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
	<authorEmail>changpeng.zhao@gmail.com</authorEmail>
	<authorUrl>www.mambozip.com</authorUrl>
	<version>1.0</version>
	<description>This module shows the latest photos from Coppermine.  By Changpeng Zhao.</description>
	<files>
		<filename module="mod_latestcpg">mod_latestcpg.php</filename>
	</files>
	<params>
		<param name="file_path" type="text" default="/var/www/html/mambo/gallery" label="CPG File Path" 
             description="Absolute path to your coppermine gallery.  eg. /var/www/html/mambo/gallery.  No trailing slash" />
		<param name="url_path" type="text" default="http://www.xyz.com/gallery" label="CPG Url Path" 
             description="URL Path to your coppermine gallery.  Eg, when view an image, the URL is http://www.xyz.com/gallery/displayimage.php..., you should enter http://www.xyz.com/gallery.  No trailing slash" />
		<param name="count" type="text" default="5" label="Count" description="The number of photos to display (default 5)" />
                <param name="author" type="radio" default="0" label="Show Author" description="Show author name or not.">
                        <option value="0">No</option>
                        <option value="1">Yes</option>
                </param>
		<param name="thumb_pfx" type="text" default="thumb_" label="Thumbnail prefix used in your CGP." />
	        <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. Use suffix-type, suffix-category, suffix-title, suffix-date, suffix-image, suffix-description and suffix-phone classes to configure each field's styles." /> 
        </params>
</mosinstall>

