From 7184453089f95216643ab697930b020890c65006 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 17 Oct 2008 15:46:16 +0000 Subject: Closes #335: Marcus Povey : * Per user tools settings now present again (only displays if there are settings present AND the plugin is enabled - needs skinning accordingly) * Re-jigged the settings code to behave like a proper page handler. * Minor tweak to language git-svn-id: https://code.elgg.org/elgg/trunk@2279 36083f99-b078-4883-b0ff-0f9b5a30f544 --- settings/statistics/index.php | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 settings/statistics/index.php (limited to 'settings/statistics/index.php') diff --git a/settings/statistics/index.php b/settings/statistics/index.php deleted file mode 100644 index c1c91371d..000000000 --- a/settings/statistics/index.php +++ /dev/null @@ -1,26 +0,0 @@ -canEdit()) { - set_page_owner($_SESSION['guid']); - } - - // Display main admin menu - page_draw(elgg_echo("usersettings:statistics"),elgg_view_layout('two_column_left_sidebar','',elgg_view_title(elgg_echo("usersettings:statistics")) . elgg_view("usersettings/statistics"))); -?> \ No newline at end of file -- cgit v1.2.3