[SOLVED] Babel and news article
Posted: Mon Dec 12, 2011 5:13 pm
Hi all,
i'm looking for a way to display a news article category depending of the lang of the current page. I use Babel for my site.
I tried this at the top of my template :
and to display the news but i doesn't work :
Any idea ?
Thx.
i'm looking for a way to display a news article category depending of the lang of the current page. I use Babel for my site.
I tried this at the top of my template :
Code: Select all
{babel action="assign"}
{capture assign=actualang}
{babel show="lang_article"} //babel ml entry
{/capture}
Code: Select all
{news number='3' category='$actualang | news' moretext='...'}
Thx.