/
home
/
assocoweys
/
georges4
/
modules
/
mod_google_map
/
Upload File
HOME
<?xml version="1.0" encoding="utf-8"?> <extension type="module" version="3.2" client="site" method="upgrade"> <name>simple google map</name> <author>JoomSpirit</author> <creationDate>November 2013</creationDate> <copyright>JoomSpirit</copyright> <license>GNU/GPL</license> <authorEmail>contact@joomspirit.com</authorEmail> <authorUrl>http://www.joomspirit.com</authorUrl> <version>1.0</version> <description> <![CDATA[ <link rel="stylesheet" href="../modules/mod_google_map/css_admin.css" type="text/css" /> Module to display Google map in full screen . Work only with the appropriate JoomSpirit template. ]]> </description> <files> <filename module="mod_google_map">mod_google_map.php</filename> <filename module="mod_google_map">css_admin.css</filename> <filename module="mod_google_map">index.html</filename> <filename module="mod_google_map">helper.php</filename> <folder>tmpl</folder> <folder>php</folder> </files> <config> <fields name="params"> <fieldset name="basic" addfieldpath="/modules/mod_google_map/php"> <field name="Header01" type="header" default="url" label="" description="" /> <field name="url" type="text" default="" label="URL of your google map link" size="30" description="Read the manual for more informations" /> </fieldset> <fieldset name="advanced"> <field name="moduleclass_sfx" type="text" label="Module class suffix" description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC"/> <field name="cache" type="list" default="1" label="Caching" description="COM_MODULES_FIELD_CACHING_DESC"> <option value="1">JGLOBAL_USE_GLOBAL</option> <option value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option> </field> <field name="cache_time" type="text" default="900" label="Cache time" description="COM_MODULES_FIELD_CACHE_TIME_DESC"/> <field name="cachemode" type="hidden" default="itemid"> <option value="itemid"></option> </field> </fieldset> </fields> </config> </extension>