Advertisement
Guest User

Untitled

a guest
Mar 26th, 2012
642
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. ?><!DOCTYPE html><!-- HTML5, for the win! -->
  2. <html <?php language_attributes(); ?>>
  3. <head>
  4.  
  5. <body <?php body_class(); ?>>
  6. <div id="wrapper" class="hfeed">
  7. <header id="header" role="banner">
  8. <div class="chooselang"> <?php echo qtrans_generateLanguageSelectCode('both'); ?></div>
  9. <?php $heading_tag = ( is_home() || is_front_page() ) ? 'h1' : 'div'; ?>
  10. <<?php echo $heading_tag; ?> id="site-title"><a href="<?php echo home_url(); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></<?php echo $heading_tag; ?>>
  11. </header><!-- #header -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement