View Single Post
  #2  
Old 01-28-2004, 01:42 AM
  leon's Avatar 
leon leon is offline
 

X-Wizard
  
Join Date: Mar 2003
Location: Costa Rica
Posts: 1,213
 

Default

You can start at /skin1/head.tpl file, where it says:
Quote:
<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
<TR>
<TD width=27></TD>
<TD>[img]{$ImagesDir}/xlogo.gif[/img]</TD>
<TD valign=top align=right>
{if $usertype eq "C"}
{include file="customer/top_menu.tpl"}
{/if}
</TD></TR>
</TABLE>

Change that table to your own needs. Although it will affect admin view as well.
__________________
It doesn\'t matter what is done... it is how it is done.
=============================
XCart Version: 3.5.3 -> Dmcigars.com
XCart Version: 4.1.3....
Reply With Quote