aboutsummaryrefslogtreecommitdiff
path: root/views/default/usersettings/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/usersettings/main.php')
-rw-r--r--views/default/usersettings/main.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/views/default/usersettings/main.php b/views/default/usersettings/main.php
new file mode 100644
index 000000000..1b0ed11e8
--- /dev/null
+++ b/views/default/usersettings/main.php
@@ -0,0 +1,16 @@
+<?php
+ /**
+ * Elgg user main settings page.
+ * Functions for adding and manipulating options on the user settings panel.
+ *
+ * @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/
+ */
+
+ // Description of what's going on
+ echo "<p>" . nl2br(elgg_echo("usersettings:description")) . "</p>";
+?> \ No newline at end of file