Changeset 1935
- Timestamp:
- 06/10/10 01:40:49 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4/content/admin_themes/admin_default/admin_home.php
r1930 r1935 69 69 <?php $h->pluginHook('admin_theme_main_stats', 'users', array('Summary' => array('total_users', 'admin', 'supermod', 'moderator'))); ?> 70 70 <?php $h->pluginHook('admin_theme_main_stats', 'users', array('Users' => array('approved_users', 'undermod', 'pending', 'banned', 'killspammed'))); ?> 71 <?php $h->pluginHook('admin_theme_main_stats', ' bookmarking', array('Posts' => array('total_posts', 'approved_posts', 'pending_posts', 'buried_posts', 'archived_posts'))); ?>71 <?php $h->pluginHook('admin_theme_main_stats', 'post_manager', array('Posts' => array('total_posts', 'approved_posts', 'pending_posts', 'buried_posts', 'archived_posts'))); ?> 72 72 <?php $h->pluginHook('admin_theme_main_stats', 'comments', array('Comments' => array('total_comments', 'approved_comments', 'pending_comments', 'archived_comments'))); ?> 73 73 </ul>
Note: See TracChangeset
for help on using the changeset viewer.