[Solved]MLE and index.php?page

This is a FORK of the CMS Made Simple project and is not oficially supported in any way by the CMS Made Simple development team.
Locked
User avatar
didou
Forum Members
Forum Members
Posts: 10
Joined: Thu Dec 11, 2008 8:00 am
Location: France

[Solved]MLE and index.php?page

Post 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
Last edited by didou on Tue May 18, 2010 11:25 am, edited 1 time in total.
User avatar
didou
Forum Members
Forum Members
Posts: 10
Joined: Thu Dec 11, 2008 8:00 am
Location: France

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

Post 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>
Locked

Return to “[locked] CMSMS MLE fork”