File: /home/iestorre/biologia/plugins/system/HD_Date/HD_Date.xml
<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="system" method="upgrade">
<name>System - HD-Date</name>
<author>Hyde-Design</author>
<creationDate>May 2012</creationDate>
<copyright>2012 Hyde-Design</copyright>
<license>GNU General Public License</license>
<authorEmail>sales@hyde-design.co.uk</authorEmail>
<authorUrl>www.hyde-design.co.uk</authorUrl>
<version>1</version>
<description>HD-Date replaces any instance of {date} with the current date or {year} with the current year.</description>
<files>
<filename plugin="HD_Date">HD_Date.php</filename>
<filename plugin="HD_Date">index.html</filename>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field name="date_side" type="list" default="client_side" label="Render date from..." description="Choose whether to generate the date using Javascript or PHP. ">
<option value="client_side">Client Side (Javascript)</option>
<option value="server_side">Server Side (PHP)</option>
</field>
<field name="year_side" type="list" default="server_side" label="Render year from..." description="Choose whether to generate the year using Javascript or PHP. ">
<option value="client_side">Client Side (Javascript)</option>
<option value="server_side">Server Side (PHP)</option>
</field>
</fieldset>
</fields>
</config>
</extension>