Advertisement
Guest User

Untitled

a guest
Jan 11th, 2011
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.59 KB | None | 0 0
  1. <body <?php body_class(); ?>>
  2. <div id="wrapper" class="hfeed">
  3.     <div id="header">
  4.         <div id="masthead">
  5.             <div id="branding" role="banner">
  6.                 <?php $heading_tag = ( is_home() || is_front_page() ) ? 'h1' : 'div'; ?>
  7.                 <h1 id="site-title">
  8.                     <span>
  9.                         <a href="<?php bloginfo('home');?>" title="<?php bloginfo('name');?>" rel="home">
  10.                         <img src"<?php echo bloginfo('template_directory');?>/uploads/2010/12/logosmall.jpg" alt="<?php bloginfo('name');?>"/>
  11.                         </a>
  12.                     </span>
  13.                 </h1>
  14.                 <div id="site-description"><?php bloginfo( 'description' ); ?></div>
  15.  
  16.                 <?php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement