From 5d090b23cca3b0f831b29fe4dad2926f1b3b33fc Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 30 Sep 2010 23:04:47 +0000 Subject: Refs #2344 - moves settings pages into the pages directory git-svn-id: http://code.elgg.org/elgg/trunk@6986 36083f99-b078-4883-b0ff-0f9b5a30f544 --- settings/statistics.php | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 settings/statistics.php (limited to 'settings/statistics.php') diff --git a/settings/statistics.php b/settings/statistics.php deleted file mode 100644 index e0d2edbf5..000000000 --- a/settings/statistics.php +++ /dev/null @@ -1,27 +0,0 @@ -canEdit())) { - set_page_owner(get_loggedin_userid()); -} - -$content = elgg_view_title(elgg_echo("usersettings:statistics")); -$content .= elgg_view("usersettings/statistics"); - -$body = elgg_view_layout('one_column_with_sidebar', $content); - -page_draw(elgg_echo("usersettings:statistics"), $body); -- cgit v1.2.3