![]() |
If is other language is selected change header_top.jpg
hi, i want o have a header_top.jpg in spanish and a header_top.jpg in english, so where do i have to go and what code i have to put to make this:
if other language is selected change header_top.jpg |
Re: If is other language is selected change header_top.jpg
Where you make the call for the header image (probably skin1/customer/head.tpl)
Code:
{if $store_language eq "EN"}show image for English |
Re: If is other language is selected change header_top.jpg
what name do i have to give to the spanhish image??
because i cant put the same name for the two images right?? |
Re: If is other language is selected change header_top.jpg
The name of the image file is totally up to you. Whatever you want to call it. You can do like header_top_EN.jpg and header_top_SP.jpg
|
Re: If is other language is selected change header_top.jpg
i cant find where i call the header_top.jpg in head.tpl.
PHP Code:
has you can see i cant find anything. |
Re: If is other language is selected change header_top.jpg
This is the line that shows the image
Code:
<div class="logo"><a href="{$catalogs.customer}/home.php"><img src="{$ImagesDir}/neon_lights/xlogo.png" alt="" /></a></div> Code:
<img src="{$ImagesDir}/neon_lights/xlogo.png" alt="" /> |
All times are GMT -8. The time now is 02:46 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.