sh404SEF SEF/URL component (Weeblr), vetted clean from live; upstream gated and discontinued for Joomla 3 -> deployed files. Signed-off-by: LÁZÁR Imre <imre@illusion.hu> Assisted-by: claude-code@claude-opus-4-8
34 lines
1.3 KiB
XML
34 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<extension version="1.6" type="plugin" group="system" method="upgrade">
|
|
<name>sh404sef - System mobile template switcher</name>
|
|
<author>Yannick Gaultier</author>
|
|
<creationDate>2014-07-01</creationDate>
|
|
<copyright>(c) Yannick Gaultier 2014</copyright>
|
|
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
|
|
<authorEmail>yannick@weeblr.com</authorEmail>
|
|
<authorUrl>http://weeblr.com</authorUrl>
|
|
<version>4.4.4.1791</version>
|
|
<description>Switch site template for mobile devices</description>
|
|
<files>
|
|
<filename plugin="shmobile">shmobile.php</filename>
|
|
<filename>index.html</filename>
|
|
</files>
|
|
|
|
<config>
|
|
<fields name="params">
|
|
<fieldset name="advanced">
|
|
<field name="mobile_switch_enabled" type="radio" default="0"
|
|
label="Enable template switcher"
|
|
description="If yes, site template will be set to the template listed below for requests identified by Joomla as coming from a mobile device">
|
|
<option value="0">No</option>
|
|
<option value="1">Yes</option>
|
|
</field>
|
|
<field name="mobile_template" type="text" default=""
|
|
label="Switch to template"
|
|
description="The site template to switch to when a mobile device request is detected" />
|
|
</fieldset>
|
|
</fields>
|
|
</config>
|
|
|
|
</extension>
|