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)
-   -   Bullet Character (https://forum.x-cart.com/showthread.php?t=2900)

parmar 05-28-2003 06:38 AM

Bullet Character
 
Guys.. How simple is it to start each Product Category with a common bullet in the category listing?

shan 05-28-2003 09:25 AM

if you look at this bit of code from customer/categories.tpl

{section name=cat_num loop=$categories}

<font class=CategoriesList>

<a href="home.php?cat={ $categories[cat_num].categoryid }">

>> { $categories[cat_num].category|escape }

</a></font>


{/section}

whatever you put wher ive added >> will loop round too


All times are GMT -8. The time now is 10:59 PM.

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