From 6064884c3132e55d69f6def45e618655101ad1c3 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Tue, 7 Feb 2012 16:19:51 -0800 Subject: Refs #16. Added stats page. --- start.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'start.php') 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'); -- cgit v1.2.3