View Single Post
  #5  
Old 06-11-2009, 12:08 AM
 
info@mea.li info@mea.li is offline
 

Member
  
Join Date: Apr 2009
Location: Switzerland
Posts: 13
 

Default Re: Change Header with Language

hi pauldodman

thanks a lot for your help, that was the right impulse to solve the problem.

i did now change head.tpl and main.css ...

head.tpl before:

<div class="line1">
<div class="logo">

head.tpl now:

<div class="line1">
{if $store_language eq "DE"}<div class="logo">{/if}
{if $store_language eq "US"}<div class="logo3">{/if}


main.css before:

#header .line1 .logo {
background: transparent url(images/custom/top_image1.jpg) no-repeat left top;
height: 192px;
position: relative;
}


main.css now

#header .line1 .logo {
background: transparent url(images/custom/top_image1.jpg) no-repeat left top;
height: 192px;
position: relative;
}
#header .line1 .logo3 {
background: transparent url(images/custom/top_image2.jpg) no-repeat left top;
height: 192px;
position: relative;
}


thanks a lot, it's working now like this...

regards
manuel
__________________
X-Cart Gold 4.2.1

Add-on: X-Affiliate
Add-on: X-FancyCategories
Add-on: X-SpecialOffers
Add-on: X-Survey
Add-on: X-AOM (Advanced Order Management)

Newest Added products list by BCS Engineering
X-Cart Multiple Manufacturers v4.x by X-CartMods
Reply With Quote