Advertisement
Guest User

Untitled

a guest
Oct 16th, 2012
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 5.27 KB | None | 0 0
  1. <?php
  2. /**
  3.  * @package WordPress
  4.  * @subpackage Site5 framework
  5.  */
  6. ?>
  7. <!DOCTYPE html>
  8.     <!-- html -->
  9.     <html <?php language_attributes(); ?>>
  10.  
  11.     <html xmlns="http://www.w3.org/1999/xhtml"
  12.       xmlns:og="http://ogp.me/ns#"
  13.       xmlns:fb="https://www.facebook.com/2008/fbml">
  14. <html xmlns:fb="http://ogp.me/ns/fb#">
  15.    
  16.     <!-- head -->
  17.     <head>
  18.  
  19.     <link rel="stylesheet" href="include/css/style.css" type="text/css" media="screen, projection">
  20. <link rel="stylesheet" href="include/css/grid.css" type="text/css" media="screen, projection">
  21. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  22.  
  23.  
  24. <script>
  25. $(document).ready(function() {
  26.  
  27. })
  28. </script>
  29.    
  30.    
  31.     <!-- title -->
  32.     <meta charset="<?php bloginfo( 'charset' ); ?>" />
  33.     <title><?php wp_title( '|', true, 'right' ); ?> <?php bloginfo('name'); ?></title>
  34.  
  35.     <!-- meta -->
  36.     <meta name ="viewport" content="width = 1020" />
  37.     <meta name="generator" content="www.site5.com" />
  38.     <?php if ( of_get_option('journal_enablemeta')== '1') { ?>
  39.     <meta name="description" content="<?php echo of_get_option('journal_metadescription')  ?>" />
  40.     <meta name="keywords" content="<?php wp_title(); ?>, <?php echo of_get_option('journal_metakeywords')  ?>" />
  41.     <meta name="revisit-after" content="<?php echo of_get_option('journal_revisitafter')  ?> days" />
  42.     <?php } ?>
  43.     <?php if ( of_get_option('journal_enablerobot')== '1') { ?>
  44.     <meta name="robots" content="<?php echo of_get_option('journal_metabots')  ?>" />
  45.     <meta name="googlebot" content="<?php echo of_get_option('journal_metagooglebot')  ?>" />
  46.     <?php } ?>
  47.  
  48.     <link rel="profile" href="http://gmpg.org/xfn/11" />
  49.    
  50.     <?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?>
  51.     <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
  52.  
  53.     <!--[if lt IE 9]>
  54.     <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script>
  55.     <![endif]-->
  56.        
  57.     <?php wp_head(); ?>
  58.    
  59.     <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
  60.    
  61.     <?php if(of_get_option('journal_css_code') != '') { ?>  
  62.         <?php load_template( get_template_directory() . '/custom.css.php' );?>
  63.     <?php } ?>
  64.    
  65.     <?php if(of_get_option('journal_customtypography') == '1') { ?>        
  66.         <?php if(of_get_option('journal_heading_font_link') != '') { ?>
  67.         <?php echo of_get_option('journal_heading_font_link');?>
  68.         <?php } ?>
  69.    
  70.         <?php load_template( get_template_directory() . '/custom.typography.css.php' );?>
  71.     <?php } ?>
  72. </head>
  73. <body>
  74. <!-- Begin #mainWrapper -->
  75. <div id="mainWrapper">
  76.     <!-- Begin #wrapper -->
  77.     <div id="wrapper">
  78.         <!-- Begin #header -->
  79.         <header>
  80.             <!-- Begin #logo -->
  81.              <div id="logo"><a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
  82.                 <?php if ( !of_get_option('journal_clogo')== '') { ?>
  83.                     <img src="<?php echo of_get_option('journal_clogo'); ?>" alt="<?php echo bloginfo( 'name' ) ?>" />
  84.                 <?php } elseif( !of_get_option('journal_clogo_text')== '') {
  85.                         echo of_get_option('journal_clogo_text');
  86.                     } else {
  87.                     bloginfo( 'name' );
  88.                     }?>
  89.                 </a>
  90.                 <span><?php bloginfo('description'); ?></span>
  91.                 </div>
  92.             <!-- End #logo -->
  93.             <!-- Begin #topMenu -->
  94.             <nav id="topMenu" class="ddsmoothmenu">            
  95.             <?php wp_nav_menu( array( 'theme_location' => 'primary', 'container'=>'false', 'fallback_cb'=>'primarymenu') );?>
  96.             </nav>            
  97.             <!-- End #topMenu -->
  98.             <!-- Begin #topSearch -->
  99.             <div id="topSearch">
  100.                 <form id="searchform" action="<?php echo home_url( '/' ); ?>" method="get">
  101.                     <input type="text" id="s" name="s" value="" />
  102.                 </form>
  103.             </div>
  104.             <!-- End #topSearch -->
  105.             <!-- BEGIN TOP SOCIAL LINKS -->
  106.             <div id="topSocial">
  107.                 <ul>
  108.                     <?php if(of_get_option('journal_twitter_user')!=""){ ?>
  109.                     <li><a href="http://www.twitter.com/<?php echo of_get_option('journal_twitter_user'); ?>" class="twitter <?php if(of_get_option('journal_latest_tweet')!="no"):?>tip<?php endif?>" title="<?php _e("Follow Us on Twitter!", "site5framework"); ?>"><img src="<?php bloginfo('template_directory'); ?>/images/ico_twitter.png" alt="<?php _e("Follow Us on Twitter!", "site5framework"); ?>" /></a></li>
  110.                     <?php }?>
  111.                     <?php if(of_get_option('journal_facebook_link')!=""){ ?>
  112.                     <li><a href="<?php echo of_get_option('journal_facebook_link'); ?>" class="facebook" title="<?php _e("Join Us on Facebook!", "site5framework"); ?>"><img src="<?php bloginfo('template_directory'); ?>/images/ico_facebook.png" alt="<?php _e("Join Us on Facebook!", "site5framework"); ?>" /></a></li>
  113.                     <?php }?>
  114.                     <li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e("Subcribe to Our RSS Feed", "site5framework"); ?>" class="rss"><img src="<?php bloginfo('template_directory'); ?>/images/ico_rss.png" alt="<?php _e("Subcribe to Our RSS Feed", "site5framework"); ?>" /></a></li>
  115.                 </ul>
  116.             </div> 
  117.            
  118.             <!-- END TOP SOCIAL LINKS -->
  119.            
  120.         </header>
  121.         <!-- End #header -->
  122.         <!-- Begin #content -->
  123.         <div id="content">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement