diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-08-22 14:01:10 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-08-22 14:01:10 +0000 |
commit | 0be4835e8be5b89780864c823afa2d76014e06db (patch) | |
tree | 53408aa4a7f5164bfa09cedabf3ca5e7c8cb2631 /start.php | |
parent | 01fc3cf102395a8eb43e507bc0eea4efca83aa2e (diff) | |
download | elgg-0be4835e8be5b89780864c823afa2d76014e06db.tar.gz elgg-0be4835e8be5b89780864c823afa2d76014e06db.tar.bz2 |
moved admin page to the new pages directory
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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");
}
}
|