Jump to content

Different header for each language


Recommended Posts

Hallo,

my website is in 3 different languages and i want to do 3 different headers per language (it is png file at the top of the page).

Is that possible? And if yes how? I haven't any idea how i can do this....
You can answer in german, englisch...

Thanks a lot!!! I love this Forum!!!!

Link to comment
Share on other sites

Similar code exists in product.tpl, for on sale image.So for example in your theme img folder put 3 banner images named: banner_en , banner_fr and banner_es then in html code put something like this

<img src="{$img_dir}banner_{$lang_iso}.jpg" />

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...