Skip to content

Commit

Permalink
[+] Compatibilité PluXml 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane committed Feb 20, 2014
1 parent 54021be commit 68dc4ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions infos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<document>
<title><![CDATA[MultiLingue]]></title>
<author><![CDATA[Stephane F.]]></author>
<version>0.4.2</version>
<date>09/09/2013</date>
<version>0.4.3</version>
<date>20/02/2014</date>
<site>http://pluxopolis.net</site>
<description><![CDATA[]]></description>
<requirements></requirements>
Expand Down
2 changes: 1 addition & 1 deletion plxMyMultiLingue.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public function PreChauffageBegin() {
public function plxShowStaticListEnd() {
echo '<?php
foreach($menus as $idx => $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
Expand Down

0 comments on commit 68dc4ac

Please sign in to comment.