X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Category question (https://forum.x-cart.com/showthread.php?t=6494)

parmar 02-28-2004 10:30 PM

Category question
 
I was wondering if there is a way to highlight a single catagory in category menu, perhaps display it in bold text or with a different colour text?

rackit 02-29-2004 01:04 PM

In categories.tpl:

replace:
Code:

{section name=cat_num loop=$categories}
<font class=CategoriesList>{ $categories[cat_num].category_name|escape }</font>

{/section}


with:
Code:

{section name=cat_num loop=$categories}
{if $categories.[cat_num].categoryid eq '###'}{

}
{else}
<font class=CategoriesList>{ $categories[cat_num].category_name|escape }</font>

}{/if}
{/section}



All times are GMT -8. The time now is 03:50 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.