Changeset 5062
- Timestamp:
- 03/19/07 19:08:15 (2 years ago)
- Files:
-
- trunk/wp-content/themes/default/header.php (modified) (1 diff)
- trunk/wp-content/themes/default/images/kubrickbg-ltr.jpg (moved) (moved from trunk/wp-content/themes/default/images/kubrickbg.jpg)
- trunk/wp-content/themes/default/images/kubrickbg-rtl.jpg (added)
- trunk/wp-content/themes/default/rtl.css (added)
- trunk/wp-includes/locale.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-content/themes/default/header.php
r4757 r5062 19 19 if ( !$withcomments && !is_single() ) { 20 20 ?> 21 #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg .jpg") repeat-y top; border: none; }21 #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg-<?php bloginfo('text_direction'); ?>.jpg") repeat-y top; border: none; } 22 22 <?php } else { // No sidebar ?> 23 23 #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; } trunk/wp-includes/locale.php
r4699 r5062 13 13 var $meridiem; 14 14 15 var $text_direction = ' ';15 var $text_direction = 'ltr'; 16 16 var $locale_vars = array('text_direction'); 17 17
