aboutsummaryrefslogtreecommitdiff
path: root/views/default/purity_theme/rightside.php
blob: 34aeee0e33dd8e65a19e00a5079a98308625f17b (plain)
1
2
3
4
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; 
?>