Changeset 252:90f78e257ebb for admin/index.php
- Timestamp:
- 05/12/11 19:42:11 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r217 r252 292 292 while ($categories->fetch()) { 293 293 $categories_combo[] = new formSelectOption( 294 str_repeat(' ',$categories->level-1).'• '.html::escapeHTML($categories->cat_title), 294 str_repeat(' ',$categories->level-1). 295 ($categories->level-1 == 0 ? '' : '• ').html::escapeHTML($categories->cat_title), 295 296 $categories->cat_id 296 297 );
Note: See TracChangeset
for help on using the changeset viewer.