aboutsummaryrefslogtreecommitdiff
path: root/views/default/purity_theme/rightside.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-05-25 21:50:52 +0200
committerSem <sembrestels@riseup.net>2012-05-25 21:50:52 +0200
commit60df8b304bd70b5ddc79927abec1b1dc2eb706ee (patch)
tree36828d43b5f1b8cd21c8ad1ef3fdd19b8564de9a /views/default/purity_theme/rightside.php
downloadelgg-60df8b304bd70b5ddc79927abec1b1dc2eb706ee.tar.gz
elgg-60df8b304bd70b5ddc79927abec1b1dc2eb706ee.tar.bz2
Purity2 Theme by SocialApparatus.
http://community.elgg.org/pg/plugins/project/874669/developer/sbarron/purity2-theme-for-elgg-18
Diffstat (limited to 'views/default/purity_theme/rightside.php')
-rw-r--r--views/default/purity_theme/rightside.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/views/default/purity_theme/rightside.php b/views/default/purity_theme/rightside.php
new file mode 100644
index 000000000..34aeee0e3
--- /dev/null
+++ b/views/default/purity_theme/rightside.php
@@ -0,0 +1,5 @@
+<?php
+$frontright=elgg_get_plugin_setting('frontright','purity_theme');
+if (!$frontright) $frontright = '<h2>You can edit this information in the admin section of this theme.</h2>';
+echo $frontright;
+?> \ No newline at end of file