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.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 settings/statistics.php (limited to 'settings/statistics.php') diff --git a/settings/statistics.php b/settings/statistics.php new file mode 100644 index 000000000..ba2d5f0f4 --- /dev/null +++ b/settings/statistics.php @@ -0,0 +1,26 @@ +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