Changeset 3364 for temp/trunk
- Timestamp:
- 2006/08/31 00:01:26 (20 years ago)
- Location:
- temp/trunk/data
- Files:
-
- 2 edited
-
conf/conf.php (modified) (1 diff)
-
lib/slib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/conf/conf.php
r3362 r3364 166 166 define ("DISABLED_RGB", "#C9C9C9"); // ÆþÎϹàÌÜ̵¸ú»þ¤Îɽ¼¨¿§ 167 167 define ("ERR_COLOR", "#ffe8e8"); // ¥¨¥é¡¼»þɽ¼¨¿§ 168 define ("CATEGORY_HEAD", " ¢£"); // ¿Æ¥«¥Æ¥´¥êɽ¼¨Ê¸»ú168 define ("CATEGORY_HEAD", ">"); // ¿Æ¥«¥Æ¥´¥êɽ¼¨Ê¸»ú 169 169 define ("START_BIRTH_YEAR", 1901); // À¸Ç¯·îÆüÁªÂò³«»Ïǯ 170 170 -
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.
