View Single Post
  #8  
Old 12-30-2009, 09:21 PM
 
imageizeverything imageizeverything is offline
 

eXpert
  
Join Date: Mar 2005
Location: Manhattan, New York City
Posts: 250
 

Default Re: How do i resize the Logo on Checkout page - using vivid_dreams_lotus theme

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.
__________________
Using
*Upgrading Dev Copy of 4.4.3 to 4.6.3 (currently at 4.5.4)
X-Cart Gold Version 4.6.3 (Fresh Install)
X-Cart Gold Version 4.4.4
X-Cart Gold Version 4.4.3
Godaddy Shared Linux Hosting
PHP 5.3.24
MySQL server 5.5.33-log
MySQL client 5.5.19
-----------------------------------------------
Reply With Quote