From 0be4835e8be5b89780864c823afa2d76014e06db Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 22 Aug 2009 14:01:10 +0000 Subject: moved admin page to the new pages directory --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start.php') diff --git a/start.php b/start.php index d88f7497a..0f73694d3 100644 --- a/start.php +++ b/start.php @@ -208,7 +208,7 @@ { global $CONFIG; if (get_context() == 'admin' && isadminloggedin()) { - add_submenu_item(elgg_echo('tidypics:administration'), $CONFIG->url . "mod/tidypics/admin.php"); + add_submenu_item(elgg_echo('tidypics:administration'), $CONFIG->url . "mod/tidypics/pages/admin.php"); } } -- cgit v1.2.3