Changeset 5062
- Timestamp:
- 03/19/2007 07:08:15 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.