Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--[if IE 6]>
- <html id="ie6" <?php language_attributes(); ?>>
- <![endif]-->
- <!--[if IE 7]>
- <html id="ie7" <?php language_attributes(); ?>>
- <![endif]-->
- <!--[if IE 8]>
- <html id="ie8" <?php language_attributes(); ?>>
- <![endif]-->
- <!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!-->
- <html <?php language_attributes(); ?>>
- <!--<![endif]-->
- <head>
- <meta name="resource-type" content="document" />
- <meta http-equiv="author" content="Ashley Michèlle" />
- <meta name="copyright" content="Copyright 2011-2013
- Bon Bon is property of Ashley Michèlle Klaus Saunders. All Rights Reserved." />
- <meta name="title" content="Bon Bon" />
- <link rel="image_src" href="http://ohmybonbon.com/screenshot.png" />
- <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
- <link rel="stylesheet" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
- <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
- <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
- <title><?php
- bloginfo('name');
- if (is_home () ) {
- echo " | "; bloginfo('description');
- } elseif (is_category() ) {
- echo " "; single_cat_title();
- } elseif (is_single() || is_page() ) {
- echo " | "; single_post_title();
- } elseif (is_search() ) {
- echo __(" search results: ",'ohmbb'); echo wp_specialchars($s);
- } else {
- echo " "; wp_title('',true);
- }
- ?></title>
- <?php wp_head(); ?>
- </head><body <?php body_class($class); ?> id="top">
- <div class="header">
- <div class="navigation">
- <div class="logo"><a href="<?php echo get_settings('home'); ?>" class="home"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/bonbon19.png" width="243" height="62" alt="Home"></a></div>
- <?php
- wp_nav_menu( array(
- 'theme_location' => 'navmenu'
- ) );
- ?>
- <div class="searchtop"><?php get_sidebar('top'); ?></div>
- </div></div>
- <div class="wrapper">
- <?php if ( is_active_sidebar( 'right' ) ) : ?>
- <div class="rightside">
- <?php get_sidebar('right'); ?></div>
- <?php endif; ?>
- <div class="content">
Advertisement
Add Comment
Please, Sign In to add comment