diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-26 23:36:49 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-26 23:36:49 +0000 |
commit | 09acb61949e1051fc25e8fcf5936068415281802 (patch) | |
tree | 41006f6633590b7bf1718403590e0f2f3118d078 /mod/externalpages/start.php | |
parent | 10682a7e334c5f5e0d805c974007fc5518023986 (diff) | |
download | elgg-09acb61949e1051fc25e8fcf5936068415281802.tar.gz elgg-09acb61949e1051fc25e8fcf5936068415281802.tar.bz2 |
simplified admin menu registration function in preparation for adding sections
git-svn-id: http://code.elgg.org/elgg/trunk@8500 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/externalpages/start.php')
-rw-r--r-- | mod/externalpages/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/externalpages/start.php b/mod/externalpages/start.php index 41df8750d..16f46326f 100644 --- a/mod/externalpages/start.php +++ b/mod/externalpages/start.php @@ -11,7 +11,7 @@ function expages_init() { elgg_register_page_handler('expages', 'expages_page_handler'); // add a menu item for the admin edit page - elgg_add_admin_menu_item('expages', elgg_echo('expages'), 'site'); + elgg_add_admin_menu_item('expages', 'site'); // add footer links expages_setup_footer_menu(); |