From 09acb61949e1051fc25e8fcf5936068415281802 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 26 Feb 2011 23:36:49 +0000 Subject: 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 --- mod/externalpages/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/externalpages') 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(); -- cgit v1.2.3