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