Quote:
Originally Posted by cflsystems
In skin1/customer/head.tpl where the image is called
|
Thanks for helping me. I really appreciate it.
This is what my head.tpl looks like:
{*
$Id: head.tpl,v 1.188.2.3 2009/11/10 15:00:57 joy Exp $
vim: set ts=2 sw=2 sts=2 et:
*}
{if $main ne "fast_lane_checkout"}
<div class="head-bg">
<div class="head-bg2">
<div class="cart-container">
{include file="customer/language_selector.tpl"}
<div class="logo">
<a href="{$catalogs.customer}/home.php"><img src="{$ImagesDir}/vivid_dreams/logo.gif" alt="" /></a>
</div>
{include file="customer/phones.tpl"}
<div class="cart-block">
</div>
</div>
<div class="line2">
{include file="customer/search.tpl"}
{include file="customer/tabs.tpl"}
</div>
</div>
</div>
{else}
{include file="modules/Fast_Lane_Checkout/head.tpl"}
{/if}
{include file="customer/noscript.tpl"}
How should it look? Thanks in advance.