[SOLVED]MLE Site, two languages and two flash banners....
Posted: Thu Jul 23, 2009 9:38 am
Hi all,
First of all, thanks for this great version of CMS Made Simple.
I've a little problem with including two differents flash banners in my site.
This site contains two languages fr-FR and en_US.
My header+menu is a flash one, so i'd like to display an header.swf in french and another one in english but i can't because there's no option for choosing a different template for each language.
I noticed in tips & tricks thread the possibility to include differents styles for each language in css file, for exemple:
#header-fr_FR {
background-image: url(uploads/images/header.gif);
...
}
#header-en_US {
background-image: url(uploads/images/header.gif);
...
}
But in my case, it's an .swf file so i can't put it in my CSS...
Can anyone help me?
Thanks a lot
Best regards from france.
First of all, thanks for this great version of CMS Made Simple.
I've a little problem with including two differents flash banners in my site.
This site contains two languages fr-FR and en_US.
My header+menu is a flash one, so i'd like to display an header.swf in french and another one in english but i can't because there's no option for choosing a different template for each language.
I noticed in tips & tricks thread the possibility to include differents styles for each language in css file, for exemple:
#header-fr_FR {
background-image: url(uploads/images/header.gif);
...
}
#header-en_US {
background-image: url(uploads/images/header.gif);
...
}
But in my case, it's an .swf file so i can't put it in my CSS...
Can anyone help me?
Thanks a lot
Best regards from france.