Your IP : 216.73.216.240


Current Path : /home/juvelize/www/modules/mod_b2jcontact/
Upload File :
Current File : /home/juvelize/www/modules/mod_b2jcontact/mod_b2jcontact.xml

<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="3.0" client="site" method="upgrade">
	<name>B2J Contact</name>
	<creationDate>April 2013</creationDate>
	<author>Bang2Joom</author>
	<authorEmail>info@bang2joom.com</authorEmail>
	<authorUrl>http://www.bang2joom.com</authorUrl>
	<copyright>Copyright 2012 Bang2Joom. All rights reserved.</copyright>
	<license>GNU/GPL v3</license>
	<version>1.3</version>
	<description>MOD_B2JCONTACT_DESCRIPTION</description>

	<files>
		<filename module="mod_b2jcontact">mod_b2jcontact.php</filename>
		<filename>mod_b2jcontact.xml</filename>
		<filename>index.html</filename>
		<folder>tmpl</folder>
	</files>


	<languages folder="language">
		<language tag="en-GB">en-GB/en-GB.mod_b2jcontact.ini</language>
		<language tag="en-GB">en-GB/en-GB.mod_b2jcontact.sys.ini</language>
        <language tag="es-ES">es-ES/es-ES.mod_b2jcontact.ini</language>
		<language tag="es-ES">es-ES/es-ES.mod_b2jcontact.sys.ini</language>
        <language tag="fr-FR">fr-FR/fr-FR.mod_b2jcontact.ini</language>
		<language tag="fr-FR">fr-FR/fr-FR.mod_b2jcontact.sys.ini</language>
	</languages>

	<config>
		
		<fields name="params" addfieldpath="/administrator/components/com_b2jcontact/models/fields">
			<!-- advanced options. -->
			<fieldset name="B2J_OPTIONS">
				<field name="bid"
					type="modal_contacts"
					description="MOD_B2JCONTACT_FIELD_SELECT_CONTACT_DESC"
					label="MOD_B2JCONTACT_FIELD_SELECT_CONTACT_LABEL"
					required="true"
				/>
				<field name="module_class_sfx"
				type="text"
				label="MOD_B2JCONTACT_FIELD_PAGE_CLASS_LABEL"
				description="MOD_B2JCONTACT_FIELD_PAGE_CLASS_DESC"
				class="inputbox"
				size="20"
				required="true"
				default="b2j_contact"
				 />
			</fieldset>
		</fields>
	</config>
</extension>