diff options
Diffstat (limited to 'views/default/habitorio_theme/leftside.php')
-rw-r--r-- | views/default/habitorio_theme/leftside.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/default/habitorio_theme/leftside.php b/views/default/habitorio_theme/leftside.php new file mode 100644 index 000000000..d49c84137 --- /dev/null +++ b/views/default/habitorio_theme/leftside.php @@ -0,0 +1,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; +?> |