aboutsummaryrefslogtreecommitdiff
path: root/views/default/plugins/purity_theme/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/plugins/purity_theme/settings.php')
-rw-r--r--views/default/plugins/purity_theme/settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/plugins/purity_theme/settings.php b/views/default/plugins/purity_theme/settings.php
index a16b29034..a7ffd5bee 100644
--- a/views/default/plugins/purity_theme/settings.php
+++ b/views/default/plugins/purity_theme/settings.php
@@ -6,7 +6,7 @@
$showpeople = $vars['entity']->showpeople;
if (!$showpeople) $showpeople = 'Right';
?>
-<div id="purity_theme_admin">
+<div id="habitorio_theme_admin">
<label>Show the default "people" image?</label><br/>
<?php echo elgg_view('input/dropdown',array('name'=>'params[showpeople]','value'=>$showpeople,'options'=>array('no','Left','Right'))); ?>
@@ -21,4 +21,4 @@
echo elgg_view('input/longtext', array('name'=>'params[frontright]','value'=>$frontright));
?>
-</div> \ No newline at end of file
+</div>