aboutsummaryrefslogtreecommitdiff
path: root/mod/habitorio_theme/views/default/habitorio_theme/rightside.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/habitorio_theme/views/default/habitorio_theme/rightside.php')
-rw-r--r--mod/habitorio_theme/views/default/habitorio_theme/rightside.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/mod/habitorio_theme/views/default/habitorio_theme/rightside.php b/mod/habitorio_theme/views/default/habitorio_theme/rightside.php
new file mode 100644
index 000000000..02b18dd6a
--- /dev/null
+++ b/mod/habitorio_theme/views/default/habitorio_theme/rightside.php
@@ -0,0 +1,5 @@
+<?php
+$frontright = elgg_get_plugin_setting('frontright', 'habitorio_theme');
+if (!$frontright) $frontright = '<h2>You can edit this information in the admin section of this theme.</h2>';
+echo $frontright;
+?>