blob: 02b18dd6aee8b79cf13fbc4aba6ba606a0c6ff9a (
plain)
1
2
3
4
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;
?>
|