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