aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2012-02-07 16:19:51 -0800
committerBrett Profitt <brett.profitt@gmail.com>2012-02-07 16:20:38 -0800
commit6064884c3132e55d69f6def45e618655101ad1c3 (patch)
tree82f29547fe9f3a036d0df56bcc2bd15d32c1a195 /start.php
parenta2e4f84be4da51b7ec8fbe625b1b26dde2ad9289 (diff)
downloadelgg-6064884c3132e55d69f6def45e618655101ad1c3.tar.gz
elgg-6064884c3132e55d69f6def45e618655101ad1c3.tar.bz2
Refs #16. Added stats page.
Diffstat (limited to 'start.php')
-rw-r--r--start.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/start.php b/start.php
index f1fdf8434..5ea04f160 100644
--- a/start.php
+++ b/start.php
@@ -48,8 +48,9 @@ function tidypics_init() {
// Add photos link to owner block/hover menus
elgg_register_plugin_hook_handler('register', 'menu:owner_block', 'tidypics_owner_block_menu');
- // Add admin menu item
+ // Add admin menu items
elgg_register_admin_menu_item('configure', 'tidypics', 'settings');
+ elgg_register_admin_menu_item('administer', 'tidypics', 'statistics');
// Register for search
elgg_register_entity_type('object', 'image');