X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   remove search bar and its row (https://forum.x-cart.com/showthread.php?t=31894)

amcc 06-16-2007 10:27 PM

remove search bar and its row
 
How do I remove the search bar and the row it sits in out of head.tpl?

chamberinternet 06-17-2007 03:34 AM

Re: remove search bar and its row
 
Remove the following from head.tpl:
Quote:

<td class="HeadLine" height="22">
{if $usertype eq "C"}
{ include file="customer/search.tpl" }
{/if}
</td>


The row will still remain as there's a drop down there to control language.
But I guess you can move the language select control to another area of the page.

Regards

Shafiq :sK

amcc 06-29-2007 08:13 PM

Re: remove search bar and its row
 
Great, thanks.


All times are GMT -8. The time now is 06:19 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.