From d3efed2f847ced2ecfaa536856f6a0acc4cddbfc Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 4 Aug 2008 17:08:31 +0000 Subject: User settings git-svn-id: https://code.elgg.org/elgg/trunk@1689 36083f99-b078-4883-b0ff-0f9b5a30f544 --- settings/index.php | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'settings/index.php') diff --git a/settings/index.php b/settings/index.php index 47cf9caba..5906ca842 100644 --- a/settings/index.php +++ b/settings/index.php @@ -11,16 +11,9 @@ */ // Get the Elgg framework - require_once(dirname(dirname(__FILE__)) . "/engine/start.php"); - - // Make sure only valid users can see this - gatekeeper(); - - - - /// Default settings - + require_once(dirname(dirname(__FILE__)) . "/engine/start.php"); + + // Forward to the user settings + forward('pg/settings/user'); - // Display main admin menu - page_draw(elgg_echo("admin"),elgg_view_layout("one_column", elgg_view("usersettings/main"))); ?> \ No newline at end of file -- cgit v1.2.3