blob: d49c8413749841562cf4e9492111d8bca4ef3099 (
plain)
1
2
3
4
5
|
<?php
$frontleft = elgg_get_plugin_setting('frontleft','habitorio_theme');
if (!$frontleft) $frontleft = '<h2>You can edit this information in the admin section of this theme.</h2>';
echo $frontleft;
?>
|