sidesweep![]() 2008-05-23 12:01 | After I select a subpage (i.e. a subcategory) in the categories column on the left the name of the page (i.e. category) is displayed in the right bottom corner of the header section (originally below quick.cart logo and slogan). » Quick.Cart v3.x |
beholder2008-05-23 12:44 | it's easy to remove it in the templates/container.tpl
<div id="navipath">$sPagesTree</div>
QC 3.0 |
sidesweep![]() 2008-05-23 18:21 | beholder - thank you. works great |
marikas![]() 2009-02-05 14:37 | But how to remove the subcategory when I'm on the main category page? The subcategory in the menu is fine but I don't want to display it in the right column. :P |
cgan2009-02-05 15:16 | marikas - try this: Find file templates/pages_default.tpl. Make a copy of the file and rename to this: cgan |
marikas![]() 2009-02-05 15:22 | Thanks cgan, this works great! :) :P |