Files
sterivein/local/modules/TemplateSwitcher/Config/module.xml
TheCoreDev a149d7cead Une première version d'une version permettant d'avoir des templates différents suivant la langue.
A creuser mais peut-être pas besoin de TemplateSwitcher et de CustomSwitchTemplate, et qu'il suffirait de rajouter juste du Smarty dans layout.tpl et index.html
2024-01-09 18:04:53 +01:00

29 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://thelia.net/schema/dic/module"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://thelia.net/schema/dic/module http://thelia.net/schema/dic/module/module-2_2.xsd">
<fullnamespace>TemplateSwitcher\TemplateSwitcher</fullnamespace>
<descriptive locale="en_US">
<title>Change current active template in real time</title>
</descriptive>
<descriptive locale="fr_FR">
<title>Choisissez le template actif en temps réel</title>
</descriptive>
<languages>
<language>en_US</language>
<language>fr_FR</language>
</languages>
<version>0.5.0</version>
<authors>
<author>
<name>Franck Allimant</name>
<company>CQFDev</company>
<email>thelia@cqfdev.fr</email>
<website>www.cqfdev.fr</website>
</author>
</authors>
<type>classic</type>
<thelia>2.2.0</thelia>
<stability>prod</stability>
</module>