<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE install SYSTEM "http://dev.joomla.org/xml/1.5/plugin-install.dtd"> <install type="plugin" version="1.5" method="upgrade" group="acymailing"> <name>AcyMailing Template Class Replacer</name> <creationDate>September 2009</creationDate> <version>1.7.0</version> <author>Acyba</author> <authorEmail>hide@address.com</authorEmail> <authorUrl>http://www.acyba.com</authorUrl> <copyright>Copyright (C) 2009-2011 ACYBA SARL - All rights reserved.</copyright> <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> <description>This plugin enables AcyMailing to replace CSS class in each email</description> <files> <filename plugin="template">template.php</filename> </files> <params addpath="/components/com_acymailing/params"> <param name="help" type="help" label="Help" description="Click on the help button to get some help" default="plugin-template"/> </params> <config> <fields name="params" addfieldpath="/components/com_acymailing/params"> <fieldset name="basic"> <field name="help" type="help" label="Help" description="Click on the help button to get some help" default="plugin-template"/> </fieldset> </fields> </config> </install>