aboutsummaryrefslogtreecommitdiff
path: root/settings
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-23 14:26:55 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-23 14:26:55 +0000
commit999f5f77eb07c6b6ab7589c987debf0929a5ebfa (patch)
treebcabc634d192d1c511372e81fea878df02b8e5d3 /settings
parentc8cdcd7ca3d491759b8f7d233552ef211c4530ae (diff)
downloadelgg-999f5f77eb07c6b6ab7589c987debf0929a5ebfa.tar.gz
elgg-999f5f77eb07c6b6ab7589c987debf0929a5ebfa.tar.bz2
Refs #76: User settings page (to Elgg Classic standard)
git-svn-id: https://code.elgg.org/elgg/trunk@1062 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'settings')
-rw-r--r--settings/plugins/index.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/settings/plugins/index.php b/settings/plugins/index.php
index e69de29bb..6ef803d2d 100644
--- a/settings/plugins/index.php
+++ b/settings/plugins/index.php
@@ -0,0 +1,12 @@
+<?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