aboutsummaryrefslogtreecommitdiff
path: root/views/default/page/layouts/custom_index.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/page/layouts/custom_index.php')
-rw-r--r--views/default/page/layouts/custom_index.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/views/default/page/layouts/custom_index.php b/views/default/page/layouts/custom_index.php
index 5aa9f9abc..d42b45d0d 100644
--- a/views/default/page/layouts/custom_index.php
+++ b/views/default/page/layouts/custom_index.php
@@ -19,7 +19,7 @@ if (elgg_get_config('allow_registration') != false) {
} else {
$content = '';
}
-$showpeople = elgg_get_plugin_setting('showpeople','purity_theme');
+$showpeople = elgg_get_plugin_setting('showpeople','habitorio_theme');
if (!$showpeople) $showpeople = 'right';
?>
@@ -28,9 +28,9 @@ if (!$showpeople) $showpeople = 'right';
<div class="elgg-inner pvm phm prl">
<div class="front_left">
<?php if ($showpeople == 'Left') { ?>
- <img src="<?php echo $vars['url']; ?>mod/purity_theme/graphics/people.png">
+ <img src="<?php echo $vars['url']; ?>mod/habitorio_theme/graphics/people.png">
<?php } ?>
- <?php echo elgg_view('purity_theme/leftside'); ?>
+ <?php echo elgg_view('habitorio_theme/leftside'); ?>
<?php if (!elgg_is_logged_in()) echo $content;?>
</div>
</div>
@@ -39,10 +39,10 @@ if (!$showpeople) $showpeople = 'right';
<div class="elgg-inner pvm">
<div class="front_right">
<?php if ($showpeople == 'Right') { ?>
- <img src="<?php echo $vars['url']; ?>mod/purity_theme/graphics/people.png">
+ <img src="<?php echo $vars['url']; ?>mod/habitorio_theme/graphics/people.png">
<?php } ?>
- <?php echo elgg_view('purity_theme/rightside'); ?>
+ <?php echo elgg_view('habitorio_theme/rightside'); ?>
</div>
</div>
</div>
-</div> \ No newline at end of file
+</div>