Some other ways of getting rid of the speed bar:
1. Log in to your admin
2. go to "speed bar" link under Administration section
3. uncheck all the speed bar links
4. Click apply
~~~~~~~~~~
You can also go to top_menu.tpl and comment out
Quote:
{if $speed_bar}
<tr>
<td valign=top align=right>
<table border=0 cellpadding=0 cellspacing=0>
<tr>
{section name=sb loop=$speed_bar}
{if $speed_bar[sb].active eq "Y"}
<td>{include file="customer/tab.tpl" tab_title="`$speed_bar[sb].title`"}</td>
<td width=1>[img]{$ImagesDir}/spacer.gif[/img]</td>
{/if}
{/section}
</tr>
</table>
</td>
</tr>
{/if}
|
Or like telafirma said, if you want to get rid of the whole top_menu.tpl, comment it out.
Carrie