Changeset 252:90f78e257ebb for plugins/widgets/_default_widgets.php
- Timestamp:
- 05/12/11 19:42:11 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/_default_widgets.php
r0 r252 58 58 $categories = array('' => '', __('Uncategorized') => 'null'); 59 59 while ($rs->fetch()) { 60 $categories[str_repeat(' ',$rs->level-1). '• '.html::escapeHTML($rs->cat_title)] = $rs->cat_id;60 $categories[str_repeat(' ',$rs->level-1).($rs->level-1 == 0 ? '' : '• ').html::escapeHTML($rs->cat_title)] = $rs->cat_id; 61 61 } 62 62 $__widgets->lastposts->setting('category',__('Category:'),'','combo',$categories);
Note: See TracChangeset
for help on using the changeset viewer.