Make WordPress Core

Changeset 5062


Ignore:
Timestamp:
03/19/2007 07:08:15 PM (18 years ago)
Author:
ryan
Message:

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

Location:
trunk
Files:
2 added
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.