New Zenner
- Join Date:
- Oct 2008
- Posts:
- 19
- Plugin Contributions:
- 0
zen_image ADD LANGUAGE SESSION
Hello to all,
I have a theme to modify...
In the header, the theme load some images (button) where it's write: New Products, Special offers etc....
The link to this button are like this:
<a href="<?=zen_href_link(FILENAME_SPECIALS)?>"><?=zen_image(DIR_WS_TEMPLATE.'images/l2.gif')?></a>
So, I have prepared some images with translated text in other languages which I use in the website (german and italian)...
How can I make it work to load from the corrispective button/italian or button/german?
So, I think the function should look which language are currently display and load the buttons from the right folder...
Sorry but I'm not php expert!
Thx u a lot