View Single Post
  #306  
Old 03-04-2011, 02:04 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Smart Template v4.4.x

Quote:
How do stop having my vertical left menu categories duplicating onto the horizontal black bar (the same bar where the search box is located it)
I just want these categories on the vertical bar and not the horizontal one.

You can disable the horizontal category menu in the smart template settings, which then replaces them with a custom horizontal menu.

Or, to remove altogether, in skin/smart_template/custom/header.tpl

Replace...
Code:
{include file="custom/horiz_custom.tpl"}
With...
Code:
 
(or whatever you want to put in its place)
__________________
xcartmods.co.uk
Reply With Quote