diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2012-02-07 16:19:51 -0800 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2012-02-07 16:20:38 -0800 |
commit | 6064884c3132e55d69f6def45e618655101ad1c3 (patch) | |
tree | 82f29547fe9f3a036d0df56bcc2bd15d32c1a195 /start.php | |
parent | a2e4f84be4da51b7ec8fbe625b1b26dde2ad9289 (diff) | |
download | elgg-6064884c3132e55d69f6def45e618655101ad1c3.tar.gz elgg-6064884c3132e55d69f6def45e618655101ad1c3.tar.bz2 |
Refs #16. Added stats page.
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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'); |