summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/default/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-content/themes/default/header.php')
-rw-r--r--wp-content/themes/default/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-content/themes/default/header.php b/wp-content/themes/default/header.php
index 2251f23..99d3962 100644
--- a/wp-content/themes/default/header.php
+++ b/wp-content/themes/default/header.php
@@ -18,7 +18,7 @@
// Checks to see whether it needs a sidebar or not
if ( !$withcomments && !is_single() ) {
?>
- #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg.jpg") repeat-y top; border: none; }
+ #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg-<?php bloginfo('text_direction'); ?>.jpg") repeat-y top; border: none; }
<?php } else { // No sidebar ?>
#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
<?php } ?>