Hello,
i would like to add some banners to my partners in footer. The problem is that i have two languages for my site and would like to have different banners for each language.
Is ti possible?
I appreciate any advice.
Thanks
Hello,
i would like to add some banners to my partners in footer. The problem is that i have two languages for my site and would like to have different banners for each language.
Is ti possible?
I appreciate any advice.
Thanks
You will need to define the image file name in the language file.
something like:
in the english language file:
define('image_footer','english_footer.jpg')
in the chinese language file:
define('image_footer','chinese_footer.jpg')
Then in your footer template you just have to display the image image_footer, depend on which language is using the user will see different images.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Thank you very much! This is exactly what i need.
One more question.
Can you advice me, please, how i will add more banners in one row.
Thanks
I tried to add one more link and have two banners in row.