diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-23 14:28:32 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-23 14:28:32 +0000 |
commit | bdcb2c682bbfcc3189ebb5acbfb8e39e3b8c52a3 (patch) | |
tree | c02ea55453645119cbfe5a88e79a1152aae32990 /settings | |
parent | 999f5f77eb07c6b6ab7589c987debf0929a5ebfa (diff) | |
download | elgg-bdcb2c682bbfcc3189ebb5acbfb8e39e3b8c52a3.tar.gz elgg-bdcb2c682bbfcc3189ebb5acbfb8e39e3b8c52a3.tar.bz2 |
Refs #76: User settings page (to Elgg Classic standard)
git-svn-id: https://code.elgg.org/elgg/trunk@1063 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'settings')
-rw-r--r-- | settings/index.php | 26 | ||||
-rw-r--r-- | settings/plugins/index.php | 12 |
2 files changed, 0 insertions, 38 deletions
diff --git a/settings/index.php b/settings/index.php deleted file mode 100644 index 47cf9caba..000000000 --- a/settings/index.php +++ /dev/null @@ -1,26 +0,0 @@ -<?php - /** - * Elgg user settings system index - * - * @package Elgg - * @subpackage Core - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008 - * @link http://elgg.org/ - */ - - // Get the Elgg framework - require_once(dirname(dirname(__FILE__)) . "/engine/start.php"); - - // Make sure only valid users can see this - gatekeeper(); - - - - /// Default settings - - - // Display main admin menu - page_draw(elgg_echo("admin"),elgg_view_layout("one_column", elgg_view("usersettings/main"))); -?>
\ No newline at end of file diff --git a/settings/plugins/index.php b/settings/plugins/index.php deleted file mode 100644 index 6ef803d2d..000000000 --- a/settings/plugins/index.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php -/** - * Elgg user settings functions. - * - * @package Elgg - * @subpackage Core - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Marcus Povey - * @copyright Curverider Ltd 2008 - * @link http://elgg.org/ - */ -?>
\ No newline at end of file |