mod_creativecontactform.xml
1.48 KB
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="2.5" method="upgrade" client="site">
<name>MOD_CREATIVECONTACTFORM_NAME</name>
<creationDate>March 2013</creationDate>
<author>Creative Solutions</author>
<copyright>Copyright (©) 2008-2016 Creative Solutions. All rights reserved.</copyright>
<authorEmail>info@creative-solutions.net</authorEmail>
<authorUrl>http://creative-solutions.net</authorUrl>
<version>4.5.0</version>
<license>GNU/GPL</license>
<description>MOD_CREATIVECONTACTFORM_DESCRIPTION</description>
<files>
<filename>index.html</filename>
<filename module="mod_creativecontactform">mod_creativecontactform.php</filename>
</files>
<languages>
<language tag="en-GB">language/en-GB/en-GB.mod_creativecontactform.ini</language>
<language tag="en-GB">language/en-GB/en-GB.mod_creativecontactform.sys.ini</language>
<!-- <language tag="fr-FR">language/fr-FR/fr-FR.mod_creativecontactform.ini</language> -->
<!-- <language tag="fr-FR">language/fr-FR/fr-FR.mod_creativecontactform.sys.ini</language> -->
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field type="sql" name="form_id" label="MOD_CREATIVECONTACTFORM_SELECT_CREATIVE_FORM_LABEL" default="" description="MOD_CREATIVECONTACTFORM_SELECT_CREATIVE_FORM_DESCRIPTION" query="SELECT id AS value, name AS form_id FROM #__creative_forms WHERE `published` = '1'" />
</fieldset>
</fields>
</config>
</extension>