Advertisement
blondie53185

Untitled

Jan 13th, 2012
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. <body <?php body_class(); ?>>
  2. <div id="page" class="hfeed">
  3.  
  4. <header id="branding" role="banner">
  5. <hgroup>
  6.  
  7.  
  8. <h1 id="site-title"><span><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr(
  9.  
  10. get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span></h1>
  11. <h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>
  12.  
  13.  
  14. <a href="<?php echo esc_url( home_url( '/' ) ); ?>">
  15. <img src="<?php echo get_bloginfo('stylesheet_directory'); ?>/images/ezonelogo.gif" width="288"
  16.  
  17. height="288" alt="logo" />
  18. </a>
  19. <div id="janet"></div>
  20. </hgroup>
  21.  
  22. <?php
  23. // Has the text been hidden?
  24. if ( 'blank' == get_header_textcolor() ) :
  25. ?>
  26. <div class="only-search<?php if ( ! empty( $header_image ) ) : ?> with-image<?php endif; ?>">
  27. <?php get_search_form(); ?>
  28. </div>
  29. <?php
  30. else :
  31. ?>
  32. <?php get_search_form(); ?>
  33. <?php endif; ?>
  34.  
  35.  
  36. <nav id="access" role="navigation">
  37. <h3 class="assistive-text"><?php _e( 'Main menu', 'twentyeleven' ); ?></h3>
  38. <?php /* Allow screen readers / text browsers to skip the navigation menu
  39.  
  40. and get right to the good stuff. */ ?>
  41. <div class="skip-link"><a class="assistive-text" href="#content" title="<?
  42.  
  43. php esc_attr_e( 'Skip to primary content', 'twentyeleven' ); ?>"><?php _e( 'Skip to primary content',
  44.  
  45. 'twentyeleven' ); ?></a></div>
  46. <div class="skip-link"><a class="assistive-text" href="#secondary"
  47.  
  48. title="<?php esc_attr_e( 'Skip to secondary content', 'twentyeleven' ); ?>"><?php _e( 'Skip to secondary
  49.  
  50. content', 'twentyeleven' ); ?></a></div>
  51. <?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls
  52.  
  53. back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the
  54.  
  55. menu with the lowest ID is used. */ ?>
  56. <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
  57. </nav><!-- #access -->
  58.  
  59. </header><!-- #branding -->
  60.  
  61.  
  62. <div id="main">
  63. <div class="breadcrumbs">
  64. <?php if(function_exists('bcn_display') && !is_front_page() && $post->ID != 183)
  65. {
  66. bcn_display();
  67. }?>
  68.  
  69. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement