Guest User

Untitled

a guest
Apr 21st, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.64 KB | None | 0 0
  1. <?php $elegantwhite_options = get_option('elegantwhite_options'); ?>
  2. <!DOCTYPE html>
  3. <!--[if IE 6]>
  4. <html id="ie6" <?php language_attributes(); ?>>
  5. <![endif]-->
  6. <!--[if IE 7]>
  7. <html id="ie7" <?php language_attributes(); ?>>
  8. <![endif]-->
  9. <!--[if IE 8]>
  10. <html id="ie8" <?php language_attributes(); ?>>
  11. <![endif]-->
  12. <!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!-->
  13. <html <?php language_attributes(); ?>>
  14. <!--<![endif]-->
  15. <head profile="http://gmpg.org/xfn/11">
  16. <link rel="profile" href="http://gmpg.org/xfn/11" />
  17. <meta name="viewport" content="width=device-width, user-scalable = no">
  18. <meta http-equiv="content-type" content="<?php bloginfo('html_type') ?>;chartset=<?php bloginfo('charset'); ?>" />
  19. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  20. <meta charset="<?php bloginfo('charset'); ?>">
  21. <title><?php wp_title(); ?></title>
  22.  
  23. <?php wp_head(); ?>
  24. </head>
  25. <body <?php body_class(); ?>>
  26.  
  27. <?php if ( isset($elegantwhite_options['top_line']) && $elegantwhite_options['top_line'] == "0" ) : ?><div id="line"></div><?php  endif; ?>
  28.  
  29. <div id="container">
  30.  
  31.     <?php if ( isset($elegantwhite_options['search_ac']) and esc_attr( $elegantwhite_options['search_ac'] ) == "1" ) : ?>
  32.   <div id="search"><?php get_search_form(); ?></div>
  33.   <?php endif; ?>
  34.  
  35.    
  36.     <div id="blogtitle"><a class="heading" href="<?php echo esc_url( home_url() ); ?>"><?php echo bloginfo('name'); ?></a></div>
  37.     <div id="blogdescription"><?php echo bloginfo('description'); ?></div>
  38.    
  39.     <div id="button"><textbutton>Show Menu</textbutton><textbutton style="display:none;">Hide Menu</textbutton></div>
  40.    
  41.    
  42.     <div id="clear"></div>
  43.    
  44.     <div id="header-settings"><?php $header_image = get_header_image();
  45.                 if ( $header_image ) : ?>
  46.     <img class="header" src="<?php header_image(); ?>" height="<?php echo get_custom_header()->height; ?>" width="<?php echo get_custom_header()->width; ?>" alt=""><?php if ( isset( $elegantwhite_options['bild_text'] ) && ! empty($elegantwhite_options['bild_text']) ) { echo '<div id="slogan">'; echo esc_html( $elegantwhite_options['bild_text'] ); echo '</div><div class="space"></div>'; } else { echo '<div class="space2"></div>'; } ?>
  47.     </div><?php endif; ?>
  48.    
  49.     <?php if ( isset($elegantwhite_options['lines_ac']) && $elegantwhite_options['lines_ac'] == "1" ) : ?><div class="naviline-one"></div><?php endif; ?>
  50.     <div id="nav">
  51.     <ul class="nav">
  52.     <?php wp_nav_menu( array('theme_location' => 'header-nav', 'depth' => -1, 'menu_class' => 'nav' )); ?>
  53.     </ul>
  54.     </div><div id="clear"></div>
  55.     <?php if ( isset($elegantwhite_options['lines_ac']) && esc_attr( $elegantwhite_options['lines_ac'] ) == "1" ) : ?><div class="naviline-two"></div><?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment