Page 1 of 1

[Solved]MLE and index.php?page

Posted: Mon May 17, 2010 4:54 pm
by didou
Hello!


I'm using mle 1.67 version with two languages french/and english
------------------------------------------------------------------------------------
and i'm using  also in addition the"translation manager" plugin
-------------------------------------------------------------
every things are working fine
--------------------------------------------
----------------------------------------------------
Now i'm traying to build a menu
this way

Code: Select all

<li><a href="http://ontheroad.lescigales.org/cms/index.php?page=galery" title="gallery">galerie</a></li>
How should i use the $lang that my menu label could be tramslate in both language


I

Re: [Solved]MLE and index.php?page

Posted: Tue May 18, 2010 11:27 am
by didou

Code: Select all

<li><a href="http://ontheroad.lescigales.org/cms/index.php?page=galery" title="_gallery">galerie {tr_key key="_gallery"  lang="$lang"  }</a></li>