View Single Post
  #18  
Old 02-20-2007, 09:56 PM
  BizzyB's Avatar 
BizzyB BizzyB is offline
 

Senior Member
  
Join Date: Sep 2006
Location: Australia
Posts: 102
 

Default Re: Adjust speed bar

Don't know about Xeen but the relevant part of my head.tpl looks like this:

{* rem out for speed menu mod
{if $usertype eq "C"}
{include file="customer/top_menu.tpl"}
{/if}
end of rem *}

{* modified code for speed_menu mod *}
{if $usertype eq "C"}
{include file="customer/speed_menu.tpl"}
{/if}
{* end of modified code for speed_menu mod *}

Thanks for the interest.
__________________
Version = X-Cart 4.1.3 Gold
Status - Closed
Addon: Magnifier
OS = Windows
Western Australia
Reply With Quote