aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/layout.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/elements/layout.php')
-rw-r--r--views/default/css/elements/layout.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php
index 06c23f147..2a3780681 100644
--- a/views/default/css/elements/layout.php
+++ b/views/default/css/elements/layout.php
@@ -25,7 +25,7 @@ min-width: 998px;
.elgg-page-default .elgg-page-header > .elgg-inner {
width: 1016px;
margin:20px auto 0px auto;
-background:url(<?php echo $vars['url']; ?>mod/purity_theme/graphics/purity_01.png) top center no-repeat;
+background:url(<?php echo $vars['url']; ?>mod/habitorio_theme/graphics/purity_01.png) top center no-repeat;
}
.elgg-page-default .elgg-page-header {
@@ -33,7 +33,7 @@ background:url(<?php echo $vars['url']; ?>mod/purity_theme/graphics/purity_01.pn
.elgg-page-default .elgg-page-body > .elgg-inner {
width: 990px;
margin: 0px auto;
-background:url(<?php echo $vars['url']; ?>mod/purity_theme/graphics/purity_02.png) top center repeat-y;
+background:url(<?php echo $vars['url']; ?>mod/habitorio_theme/graphics/purity_02.png) top center repeat-y;
padding:0px 13px;
}
.elgg-body {
@@ -45,7 +45,7 @@ margin: 0 auto;
padding: 5px 0;
}
.elgg-page-default .elgg-page-footer {
-background:url(<?php echo $vars['url']; ?>mod/purity_theme/graphics/purity_03.png) bottom center no-repeat;
+background:url(<?php echo $vars['url']; ?>mod/habitorio_theme/graphics/purity_03.png) bottom center no-repeat;
width:1016px;
padding:10px;
margin:0px auto;
@@ -94,7 +94,7 @@ position: relative;
min-height: 360px;
}
.elgg-layout-one-sidebar {
-background: transparent url(<?php echo elgg_get_site_url(); ?>mod/purity_theme/graphics/sidebar_background.gif) repeat-y right top;
+background: transparent url(<?php echo elgg_get_site_url(); ?>mod/habitorio_theme/graphics/sidebar_background.gif) repeat-y right top;
}
.elgg-layout-two-sidebar {
background: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/two_sidebar_background.gif) repeat-y right top;
@@ -139,4 +139,4 @@ color: #999;
}
.elgg-page-footer a:hover {
color: #666;
-} \ No newline at end of file
+}