Changeset 5062

Show
Ignore:
Timestamp:
03/19/07 19:08:15 (2 years ago)
Author:
ryan
Message:

Add RTL support to kubrick. Props Sewar. fixes #3953

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-content/themes/default/header.php

    r4757 r5062  
    1919if ( !$withcomments && !is_single() ) { 
    2020?> 
    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; } 
    2222<?php } else { // No sidebar ?> 
    2323    #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; } 
  • trunk/wp-includes/locale.php

    r4699 r5062  
    1313    var $meridiem; 
    1414 
    15     var $text_direction = ''; 
     15    var $text_direction = 'ltr'; 
    1616    var $locale_vars = array('text_direction'); 
    1717