View Single Post
  #13  
Old 02-21-2008, 10:27 AM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: moving search bar

Here it is, find...

{if $main ne "fast_lane_checkout"}
<tr>
{*<td class="HeadLine" height="22">
{if $usertype eq "C"}
{ include file="customer/search.tpl" }
{/if}*}
</td>
<td class="HeadLine" align="right">

Change it to (noting where the ending comment has moved to and the additional colspan in the following TD)...

{if $main ne "fast_lane_checkout"}
<tr>
{*<td class="HeadLine" height="22">
{if $usertype eq "C"}
{ include file="customer/search.tpl" }
{/if}
</td>*}
<td class="HeadLine" align="right" colspan="2">

Remember to back up & let us know your results.
Doms
__________________
Doms
kube v4.1.9
Reply With Quote