View Single Post
  #1  
Old 12-08-2005, 07:18 PM
 
Lionel Lionel is offline
 

Senior Member
  
Join Date: Dec 2005
Posts: 199
 

Default Tiny little mod to accent category being browsed

No big deal. It just adds BOLD to category menu that you are browsing so it makes navigation friendlier
in skin1/customer/category.tpl replace the loop=$categories section with

Code:
{section name=cat_num loop=$categories} {if $smarty.get.cat eq $categories[cat_num].categoryid} {$categories[cat_num].category} {else} {$categories[cat_num].category} {/if} {/section}
__________________
X-Cart Gold 4.0.17 [unix]
X-Cart Gold 4.0.18 [unix]
Reply With Quote