Hi, in my header i got my logo with my slogan... all in the IMG file.... i want to know if its possible to set an IMG file for each language so the slogan will appear in the good language...
or there is a mod for this
thx
Hi, in my header i got my logo with my slogan... all in the IMG file.... i want to know if its possible to set an IMG file for each language so the slogan will appear in the good language... or there is a mod for this thx
|
place a lang key where the logo is now and then in every lang you can place a <img> with html i did in the past and that works |
ok cool and can you provide me a little tutorial how to make that please? |
What he meant is this Edit templates/base/_sub_header.html and replace this __main_logo__ With this <bx_text:_subheader_logo_html /> Just put your logo html in "_subheader_logo_html" lang key for every lang on site and it should work. so much to do.... |
ok thx a lot |
Thanx Prashank25 that was exactly was i ment :-) What he meant is this Edit templates/base/_sub_header.html and replace this __main_logo__ With this <bx_text:_subheader_logo_html /> Just put your logo html in "_subheader_logo_html" lang key for every lang on site and it should work.
|