View of /mambo/branches/4.6/modules/mod_templatechooser.xml
Parent Directory
|
Revision Log
Revision 352 -
(download)
(as text)
(annotate)
Wed Mar 1 19:18:50 2006 UTC (7 years, 2 months ago) by oziris
File size: 1616 byte(s)
Wed Mar 1 19:18:50 2006 UTC (7 years, 2 months ago) by oziris
File size: 1616 byte(s)
Ticket #10 changing www.mamboserver.com to www.mambo-foundation.org
<?xml version="1.0" encoding="iso-8859-1"?> <mosinstall type="module" version="4.5.2"> <name>Template Chooser</name> <author>Mambo Project</author> <creationDate>July 2004</creationDate> <copyright>copyright (C) 2005 - 2006 Mambo Foundation Inc.</copyright> <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license> <authorEmail>core@mambo-foundation.org</authorEmail> <authorUrl>www.mambo-foundation.org</authorUrl> <version>4.5.2</version> <description>The Template Chooser module allows the user (visitor) to change the template on the fly from the front-end via a drop down selection list.</description> <files> <filename module="mod_templatechooser">mod_templatechooser.php</filename> </files> <params> <param name="title_length" type="text" default="20" label="Max. Name Length" description="This is the maximum length of the template name to display (default 20)" /> <param name="show_preview" type="radio" default="0" label="Show Preview" description="Template preview is to be shown"> <option value="0">Hide</option> <option value="1">Show</option> </param> <param name="preview_width" type="text" default="140" label="Width" description="This is the width of the preview image (default 140)" /> <param name="preview_height" type="text" default="90" label="Height" description="This is the height of the preview image (default 90)" /> <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>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

