Advertisement
Guest User

Untitled

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