Advertisement
Guest User

Untitled

a guest
Nov 27th, 2011
639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. <?php if(is_page(92)) { ?>
  2. <div id="header" style="padding-top:0; text-align:center;">
  3. <img src="http://www.derekroyal.com/wp-content/themes/mazeld/blogheader.jpg" alt="" />
  4. </div><!-- #header -->
  5. <?php } else { ?>
  6. <div id="header">
  7. <div id="masthead">
  8. <div id="branding" role="banner">
  9. <div id="randompic">
  10. <?php echo yellow_get_random_photo(); ?>
  11. </div>
  12. <h1 id="head"><a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"><?php bloginfo( 'name' ); ?></a></h1>
  13. <div id="site-description"><?php bloginfo( 'description' ); ?></div>
  14. <br style="clear:both;" />
  15. </div><!-- #branding -->
  16. <div id="access" role="navigation">
  17. <div class="skip-link screen-reader-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentyten' ); ?>"><?php _e( 'Skip to content', 'twentyten' ); ?></a></div>
  18. <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
  19. </div><!-- #access -->
  20. </div><!-- #masthead -->
  21. </div><!-- #header -->
  22. <?php } ?>
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement