Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head profile="http://gmpg.org/xfn/11">
- <title><?php woo_title(); ?></title>
- <?php woo_meta(); ?>
- <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" />
- <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php if ( get_option('woo_feedburner_url') <> "" ) { echo get_option('woo_feedburner_url'); } else { echo get_bloginfo_rss('rss2_url'); } ?>" />
- <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
- <!--[if IE 6]>
- <!--<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/pngfix.js"></script>-->
- <!--<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/menu.js"></script>-->
- <![endif]-->
- <?php if ( is_single() ) wp_enqueue_script( 'comment-reply' ); ?>
- <?php wp_head(); ?>
- </head>
- <body <?php body_class('custom'); ?>>
- <div id="fb-root"></div>
- <script>(function(d, s, id) {
- var js, fjs = d.getElementsByTagName(s)[0];
- if (d.getElementById(id)) return;
- js = d.createElement(s); js.id = id;
- js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=265154230174661";
- fjs.parentNode.insertBefore(js, fjs);
- }(document, 'script', 'facebook-jssdk'));</script>
- <div id="wrap">
- <div id="top">
- <div id="top-meta">
- <div class="date"><?php echo date( get_option( 'date_format' ) ); ?> </div>
- |<a href="http://1565today.com/?page_id=30"> About </a>
- |<a href="http://1565today.com/?page_id=36"> Advertise with Us</a>
- |<a href="http://1565today.com/?page_id=33"> Contact </a>
- |<a href="http://1565today.com/?page_id=16&loggedout=true"> Login </a>
- <div class="search">
- <form id="topSearch" method="get" action="<?php bloginfo('url'); ?>">
- <input type="text" value="<?php _e('Search', 'woothemes'); ?>" name="s" id="s" onfocus="if (this.value == '<?php _e('Search', 'woothemes'); ?>') {this.value = '';}" onblur="if (this.value == '') {this.value = '<?php _e('Search', 'woothemes'); ?>';}" />
- <button class="replace" type="submit" name="submit"></button>
- </form>
- </div>
- </div>
- <!-- <?php if(get_option('woo_contact_page_id') != "") { ?>
- <div class="contact-link">
- <a href="<?php echo get_page_link(get_option('woo_contact_page_id')) ?>"><?php _e('Contact us', 'woothemes'); ?></a></div>-->
- </div>
- <?php } ?>
- <div id="header">
- <div class="logo">
- <a href="<?php echo get_option('home'); ?>/" title="<?php bloginfo('name'); ?>"><img src="<?php if ( get_option('woo_logo') <> "" ) { echo get_option('woo_logo'); } else { ?><?php bloginfo('template_directory'); ?>/<?php woo_style_path(); ?>/logo.png<?php } ?>" alt="" /></a>
- </div>
- <div class="whazzup2">
- <img src="http://1565today.com/wp-content/uploads/2012/01/1565today-banner-writer.png" alt="Advertisement"><!--<a href="http://1565today.com/?page_id=240"></a>-->
- </div>
- <div class="whazzup">
- <div id="wtitle"><img src="http://1565today.com/wp-content/uploads/2012/01/in-town-today3.jpg" alt="Advertisement" /></div>
- <a href="http://1565today.com/?page_id=240"><img src="http://1565today.com/wp-content/uploads/2012/01/events1565.png" alt="Events Calendar" /></a>
- <a href="http://1565today.com/?page_id=9254"><img src="http://1565today.com/wp-content/uploads/2012/01/places1565.png" alt="Events Calendar" /></a>
- </div>
- <?php
- $ad_yes = get_option('woo_ad_header');
- $ad_code = get_option('woo_ad_header_code');
- $ad_image = get_option('woo_ad_header_image');
- $ad_url = get_option('woo_ad_header_url');
- if($ad_yes == 'true'){
- ?>
- <div id="header-banner-ad">
- <?php
- if($ad_code != ''){ echo stripcslashes($ad_code); }
- else {
- ?>
- <a href="<?php echo $ad_url; ?>" title="<?php _e('Advert', 'woothemes'); ?>"><img class="title" src="<?php echo $ad_image; ?>" alt="" /></a>
- <?php
- }
- ?>
- <?php }
- else {
- include (TEMPLATEPATH . '/insert-recent-entries.php');
- } ?>
- </div>
- <!-- Page Nav Starts -->
- <div id="top-nav" class="wrap">
- <?php
- if ( function_exists('has_nav_menu') && has_nav_menu('primary-menu') ) {
- wp_nav_menu( array( 'depth' => 5, 'sort_column' => 'menu_order', 'container' => 'ul', 'menu_id' => 'nav', 'theme_location' => 'primary-menu' ) );
- } else {
- ?>
- <ul id="nav">
- <?php
- if ( get_option('woo_custom_nav_menu') == 'true' ) {
- if ( function_exists('woo_custom_navigation_output') )
- woo_custom_navigation_output('depth=3');
- } else { ?>
- <?php if (is_home()) $highlight = "current_page_item"; ?>
- <li class="<?php echo $highlight; ?>"><a href="<?php bloginfo('url'); ?>"><?php _e('Home', 'woothemes'); ?></a></li>
- <?php
- if (get_option('woo_cat_menu') == 'true')
- wp_list_categories('sort_column=menu_order&depth=3&title_li=&exclude='.get_option('woo_nav_exclude'));
- else
- wp_list_pages('sort_column=menu_order&depth=3&title_li=&exclude='.get_option('woo_nav_exclude'));
- ?>
- <?php } ?>
- </ul>
- <?php } ?>
- <!-- </div>
- </div>-->
- </div>
- <!-- Page Nav Ends -->
- </div><!-- wrap-->
Advertisement
Add Comment
Please, Sign In to add comment