Changeset 1099:b46e6cc8ffff for admin
- Timestamp:
- 02/13/13 16:05:08 (13 years ago)
- Branch:
- twig
- File:
-
- 1 edited
-
admin/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r1090 r1099 145 145 $categories = $core->blog->getCategories(array('post_type'=>'post')); 146 146 while ($categories->fetch()) { 147 $categories_combo[ ] = new formSelectOption(147 $categories_combo[$categories->cat_id] = 148 148 str_repeat(' ',$categories->level-1). 149 ($categories->level-1 == 0 ? '' : '• ').html::escapeHTML($categories->cat_title), 150 $categories->cat_id 151 ); 152 } 153 } 154 catch (Exception $e) { } 149 ($categories->level-1 == 0 ? '' : '• '). 150 html::escapeHTML($categories->cat_title); 151 } 152 } catch (Exception $e) { } 155 153 156 154 $form = new dcForm($core,array('quickentry','quick-entry'),'post.php');
Note: See TracChangeset
for help on using the changeset viewer.
