diff options
author | Sem <sembrestels@riseup.net> | 2012-05-25 22:25:26 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-05-25 22:25:26 +0200 |
commit | 8b247fd8dfcddcaebab0b11b8e63b9e20b41398b (patch) | |
tree | a28529268e56cf81a9888b0de2bc4da0a3d42dad /views/default/habitorio_theme/rightside.php | |
parent | 8ca38a323ad022f06a91d14d8fdc183e50392414 (diff) | |
download | elgg-8b247fd8dfcddcaebab0b11b8e63b9e20b41398b.tar.gz elgg-8b247fd8dfcddcaebab0b11b8e63b9e20b41398b.tar.bz2 |
Changed purity => habitorio.
Diffstat (limited to 'views/default/habitorio_theme/rightside.php')
-rw-r--r-- | views/default/habitorio_theme/rightside.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/default/habitorio_theme/rightside.php b/views/default/habitorio_theme/rightside.php new file mode 100644 index 000000000..02b18dd6a --- /dev/null +++ b/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; +?> |