From ee25c76e0bab45893a9d52a3820a16be2d481010 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 23 Jun 2008 17:43:23 +0000 Subject: Refs #76: User settings page (to Elgg Classic standard). Committing some work before shutting down for the day. git-svn-id: https://code.elgg.org/elgg/trunk@1078 36083f99-b078-4883-b0ff-0f9b5a30f544 --- settings/index.php | 26 ++++++++++++++++++++++++++ settings/plugins/index.php | 22 ++++++++++++++++++++++ settings/statistics/index.php | 22 ++++++++++++++++++++++ settings/user/index.php | 22 ++++++++++++++++++++++ 4 files changed, 92 insertions(+) create mode 100644 settings/index.php create mode 100644 settings/plugins/index.php create mode 100644 settings/statistics/index.php create mode 100644 settings/user/index.php (limited to 'settings') diff --git a/settings/index.php b/settings/index.php new file mode 100644 index 000000000..47cf9caba --- /dev/null +++ b/settings/index.php @@ -0,0 +1,26 @@ + \ No newline at end of file diff --git a/settings/plugins/index.php b/settings/plugins/index.php new file mode 100644 index 000000000..d9c5de6fb --- /dev/null +++ b/settings/plugins/index.php @@ -0,0 +1,22 @@ + \ No newline at end of file diff --git a/settings/statistics/index.php b/settings/statistics/index.php new file mode 100644 index 000000000..303838a81 --- /dev/null +++ b/settings/statistics/index.php @@ -0,0 +1,22 @@ + \ No newline at end of file diff --git a/settings/user/index.php b/settings/user/index.php new file mode 100644 index 000000000..274e86e9b --- /dev/null +++ b/settings/user/index.php @@ -0,0 +1,22 @@ + \ No newline at end of file -- cgit v1.2.3