Thread: FLC logo
View Single Post
  #2  
Old 06-29-2009, 09:58 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: FLC logo

In /skin1/customer/head.tpl replace this
Code:
<div class="line1"> <div class="logo"><a href="{$catalogs.customer}/home.php"><img src="{$ImagesDir}/xlogo.gif" alt="" /></a></div>
with this
Code:
{if $main eg "fast_lane_checkout"} insert new image here {else} <div class="line1"> <div class="logo"><a href="{$catalogs.customer}/home.php"><img src="{$ImagesDir}/xlogo.gif" alt="" /></a></div> {/if}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote