| Server IP : 195.130.67.5 / Your IP : 216.73.216.231 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/icd/modules/mod_jflanguageselection/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE install SYSTEM "http://dev.joomla.org/xml/1.5/module-install.dtd"> <install type="module" version="1.5.0" client="site" method="upgrade"> <name>JoomFish-Language Selection</name> <creationDate>24 October 2009</creationDate> <author>Joom!Fish Project</author> <authorEmail>support@joomfish.net</authorEmail> <authorUrl>http://www.joomfish.net</authorUrl> <copyright>Copyright (C) 2003-2009 Think Network GmbH, Munich. All rights reserved.</copyright> <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> <version>2.0.4</version> <description>DESCMODULLANGUAGESELECTION</description> <files> <filename module="mod_jflanguageselection">mod_jflanguageselection.php</filename> <filename>index.html</filename> <filename>helper.php</filename> <folder>tmpl</folder> </files> <languages> <language tag="en-GB">en-GB.mod_jflanguageselection.ini</language> </languages> <media /> <params> <param name="type" type="list" default="rawimages" label="Appearance of language selector" description="Define how the selector should be generated."> <option value="dropdown">Drop down of names</option> <option value="dropdownplusimage">Drop down of names with current language flag</option> <option value="names">ul-list of names</option> <option value="namesplusimages">ul-list of names with flag</option> <option value="images">ul-list of images</option> <option value="rawimages">Raw display of images</option> </param> <param name="show_active" type="radio" default="1" label="Show active language" description="Select wether the active language should be shown or not"> <option value="0">No</option> <option value="1">Yes</option> </param> </params> <params group="advanced"> <param name="inc_jf_css" type="radio" default="1" label="Include Joom!Fish CSS" description="Tells the module if the module Joom!Fish CSS should be included or not."> <option value="0">No</option> <option value="1">Yes</option> </param> <param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" /> <param name="@spacer" type="spacer" default="" label="" description="" /> <param name="cache_href" type="radio" default="1" label="Cache href translation" description="Select whether to cache the result of the routing of the translated URL"> <option value="0">No</option> <option value="1">Yes</option> </param> </params> </install>