From 68dc4ac89aef2e815fc863aa3c3111eacc7ee206 Mon Sep 17 00:00:00 2001 From: Stephane Date: Thu, 20 Feb 2014 11:41:58 +0100 Subject: [PATCH] =?UTF-8?q?[+]=20Compatibilit=C3=A9=20PluXml=205.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.txt | 3 +++ infos.xml | 4 ++-- plxMyMultiLingue.php | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index a469fa6..189f1a0 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +version 0.4.3 (20/02/2014) +[+] Compatibilité PluXml 5.3 + version 0.4.2 (09/09/2013) BUG: Langues non prise en compte dans le sitemap diff --git a/infos.xml b/infos.xml index c3bee60..42ad8e7 100755 --- a/infos.xml +++ b/infos.xml @@ -2,8 +2,8 @@ <![CDATA[MultiLingue]]> - 0.4.2 - 09/09/2013 + 0.4.3 + 20/02/2014 http://pluxopolis.net diff --git a/plxMyMultiLingue.php b/plxMyMultiLingue.php index cd7adf2..cb3a38e 100755 --- a/plxMyMultiLingue.php +++ b/plxMyMultiLingue.php @@ -259,7 +259,7 @@ public function PreChauffageBegin() { public function plxShowStaticListEnd() { echo ' $menu) { - if(strpos($menu, "static-home")!==false) { + if(strpos($menu[0], "static-home")!==false) { if($this->plxMotor->aConf["urlrewriting"]) $menus[$idx] = str_replace($this->plxMotor->racine, $this->plxMotor->racine."'.$this->lang.'/", $menu); else