Skip to:
Content

bbPress.org


Ignore:
Timestamp:
10/16/2006 06:26:02 PM (20 years ago)
Author:
mdawaffe
Message:

RTL support props Sewar. Fixes #440

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-templates/header.php

    r461 r482  
    11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php _e('en'); ?>">
     2<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    33<head>
    44    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
    66    <?php bb_feed_head(); ?>
    77    <link rel="stylesheet" href="<?php bb_stylesheet_uri(); ?>" type="text/css" />
     8<?php global $bb_locale; if ( ('rtl' == $bb_locale->text_direction) ) : ?>
     9    <link rel="stylesheet" href="<?php bb_stylesheet_uri( 'rtl' ); ?>" type="text/css" />
     10<?php endif; ?>
    811
    912<?php if ( is_topic() && bb_is_user_logged_in() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.