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