diff options
Diffstat (limited to 'admin/menu_items.php')
-rw-r--r-- | admin/menu_items.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/admin/menu_items.php b/admin/menu_items.php deleted file mode 100644 index 5642957e1..000000000 --- a/admin/menu_items.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php -/** - * Elgg administration menu items - * - * @package Elgg - * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ - */ - -require_once(dirname(dirname(__FILE__)) . "/engine/start.php"); -admin_gatekeeper(); - -$vars = array( - 'menu_items' => get_register('menu') -); - -$main_box = elgg_view("admin/menu_items", $vars); -$content = elgg_view_layout("one_column_with_sidebar", $main_box); - -page_draw(elgg_echo('admin:plugins'), $content);
\ No newline at end of file |