Hi, Ricky:
Basicly you need to modify the file: skin1/customer/top_menu.tpl, below is my file:
Quote:
<table border=0 cellpadding=0 cellspacing=0 height=70>
{if $speed_bar}
<tr>
<td align=right valign=top>
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td class="TabBar" valign=top>|</td>
{section name=sb loop=$speed_bar}
{if $speed_bar[sb].active eq "Y"}
<td>{include file="customer/tab.tpl" tab_title="<font class=Tab>`$speed_bar[sb].title`</font>"}</td>
<td width=1>[img]{$ImagesDir}/spacer.gif[/img]</td>
{/if}
{/section}
</tr>
</table>
</td>
</tr>
{/if}
{if $usertype eq "C"}
<tr>
<td align=right valign=bottom>
<table border=0 cellpadding=0 cellspacing=0>
<form method="get" action="search.php" name=productsearchform>
<tr align=center valign=middle>
<td class="Tab">{$lng.lbl_search}:</td>
<td valign="middle">
<input type="text" name="substring" size="16" value="{$smarty.get.substring|escape}">
</td>
<td valign="middle">{include file="buttons/search_head.tpl"}
</td>
<td width=20></td>
<td><font class="Tab">{$lng.lbl_advanced_search}</font></td>
</tr>
</form>
</table>
</td>
</tr>
{/if}
</table>
|
Let me know if you have questions.
Yang Xu
Senior Software Engineer