- Timestamp:
- 2006/08/31 00:08:32 (20 years ago)
- Location:
- temp/trunk/data
- Files:
-
- 2 edited
-
Smarty/templates/admin/products/category.tpl (modified) (previous)
-
lib/slib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r3368 r3371 772 772 $name = $arrRet[$cnt]['category_name']; 773 773 $arrList[$id] = ""; 774 /* 774 775 for($n = 1; $n < $arrRet[$cnt]['level']; $n++) { 775 776 $arrList[$id].= "¡¡"; 776 777 } 778 */ 777 779 for($cat_cnt = 0; $cat_cnt < $arrRet[$cnt]['level']; $cat_cnt++) { 778 $arr Output[$cnt].= CATEGORY_HEAD;780 $arrList[$id].= CATEGORY_HEAD; 779 781 } 780 782 $arrList[$id].= $name;
Note: See TracChangeset
for help on using the changeset viewer.
