Changeset 3364 for temp/trunk/data/lib/slib.php
- Timestamp:
- 2006/08/31 00:01:26 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/lib/slib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r3362 r3364 809 809 } 810 810 811 if($arrRet[$cnt]['level'] != LEVEL_MAX) {812 $arrOutput[$cnt].= ">";811 for($cat_cnt = 0; $cat_cnt < $arrRet[$cnt]['level']; $cat_cnt++) { 812 $arrOutput[$cnt].= CATEGORY_HEAD; 813 813 } 814 814 $arrOutput[$cnt].= $arrRet[$cnt]['category_name'];
Note: See TracChangeset
for help on using the changeset viewer.
