one idea
... would be to modify the template of your main page by adding :
{include "page".$Current_lng.".tpl")
the idea is to use the current language as a variable in the name of the file you wan to call : this way, it will not call the same .tpl if the lng is FR or ENG...
Romain.
|