aboutsummaryrefslogtreecommitdiff
path: root/views/default/purity_theme/leftside.php
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 14:53:42 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 14:53:42 -0300
commit7f5de67cb46e028792e179a4f6314e13771086da (patch)
tree36828d43b5f1b8cd21c8ad1ef3fdd19b8564de9a /views/default/purity_theme/leftside.php
downloadelgg-7f5de67cb46e028792e179a4f6314e13771086da.tar.gz
elgg-7f5de67cb46e028792e179a4f6314e13771086da.tar.bz2
Squashed 'mod/purity_theme/' content from commit 60df8b3
git-subtree-dir: mod/purity_theme git-subtree-split: 60df8b304bd70b5ddc79927abec1b1dc2eb706ee
Diffstat (limited to 'views/default/purity_theme/leftside.php')
-rw-r--r--views/default/purity_theme/leftside.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/views/default/purity_theme/leftside.php b/views/default/purity_theme/leftside.php
new file mode 100644
index 000000000..fddfe09b3
--- /dev/null
+++ b/views/default/purity_theme/leftside.php
@@ -0,0 +1,5 @@
+<?php
+$frontleft=elgg_get_plugin_setting('frontleft','purity_theme');
+if (!$frontleft) $frontleft = '<h2>You can edit this information in the admin section of this theme.</h2>';
+echo $frontleft;
+?> \ No newline at end of file