aboutsummaryrefslogtreecommitdiff
path: root/views/default/plugins/purity_theme/settings.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-05-25 22:25:26 +0200
committerSem <sembrestels@riseup.net>2012-05-25 22:25:26 +0200
commit8b247fd8dfcddcaebab0b11b8e63b9e20b41398b (patch)
treea28529268e56cf81a9888b0de2bc4da0a3d42dad /views/default/plugins/purity_theme/settings.php
parent8ca38a323ad022f06a91d14d8fdc183e50392414 (diff)
downloadelgg-8b247fd8dfcddcaebab0b11b8e63b9e20b41398b.tar.gz
elgg-8b247fd8dfcddcaebab0b11b8e63b9e20b41398b.tar.bz2
Changed purity => habitorio.
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>