Changeset 482 for trunk/bb-templates/header.php
- Timestamp:
- 10/16/2006 06:26:02 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/bb-templates/header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-templates/header.php
r461 r482 1 1 <!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(); ?>> 3 3 <head> 4 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> … … 6 6 <?php bb_feed_head(); ?> 7 7 <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; ?> 8 11 9 12 <?php if ( is_topic() && bb_is_user_logged_in() ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.