Advertisement
Guest User

Untitled

a guest
Nov 4th, 2011
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4.  
  5. <html <?php language_attributes(); ?>>
  6.  
  7.  
  8.  
  9. <head>
  10.  
  11.  
  12.  
  13. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  14.  
  15.  
  16.  
  17. <title><?php
  18.  
  19.  
  20.  
  21. global $page, $paged;
  22.  
  23.  
  24.  
  25. wp_title( '|', true, 'right' );
  26.  
  27.  
  28.  
  29. // Add the blog name.
  30.  
  31.  
  32.  
  33. bloginfo( 'name' );
  34.  
  35.  
  36.  
  37. // Add the blog description for the home/front page.
  38.  
  39.  
  40.  
  41. $site_description = get_bloginfo( 'description', 'display' );
  42.  
  43.  
  44.  
  45. if ( $site_description && ( is_home() || is_front_page() ) )
  46.  
  47.  
  48.  
  49. echo " | $site_description";
  50.  
  51.  
  52.  
  53. // Add a page number if necessary:
  54.  
  55.  
  56.  
  57. if ( $paged >= 2 || $page >= 2 )
  58.  
  59.  
  60.  
  61. echo ' | ' . sprintf( __( 'Page %s', 'skyali' ), max( $paged, $page ) );
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. ?></title>
  70.  
  71.  
  72.  
  73. <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/style.css" />
  74.  
  75.  
  76.  
  77. <?php if(get_option('skyali_londonlive_featured_style') == 'slider_long' || get_option('skyali_londonlive_featured_style') == '') { ?>
  78.  
  79.  
  80.  
  81. <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/scripts/css/skins/featured_long_style.css" />
  82.  
  83.  
  84.  
  85. <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/scripts/css/featured_long.css" />
  86.  
  87.  
  88.  
  89. <?php } else { ?>
  90.  
  91.  
  92.  
  93. <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/scripts/css/featured_slider.css" />
  94.  
  95.  
  96.  
  97. <?php } ?>
  98.  
  99.  
  100.  
  101. <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/scripts/css/tabs.css" />
  102.  
  103.  
  104.  
  105. <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/scripts/css/firstnavigation.css" />
  106.  
  107.  
  108.  
  109. <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/scripts/css/secondnavigation.css" />
  110.  
  111.  
  112.  
  113. <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/scripts/css/skins/<?php display_stylesheet(); ?>" />
  114.  
  115.  
  116.  
  117. <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/scripts/css/skins/slider/skyali/skin.css" />
  118.  
  119.  
  120.  
  121. <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/scripts/css/prettyPhoto.css" />
  122.  
  123.  
  124. <?php
  125. // wp_enqueue_script("jquery");
  126. ?>
  127.  
  128.  
  129.  
  130. <?php wp_head(); ?>
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142. <!--[if IE 7]>
  143.  
  144.  
  145.  
  146. <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/scripts/css/ie7.css">
  147.  
  148.  
  149.  
  150. <![endif]-->
  151.  
  152.  
  153.  
  154. <script>
  155. jQuery(function(){
  156. jQuery('#flip').jcoverflip();
  157.  
  158. });
  159. </script>
  160.  
  161.  
  162.  
  163. </head>
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171. <body>
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179. <div id="container">
  180.  
  181.  
  182.  
  183. <div id="container">
  184.  
  185.  
  186.  
  187. <div id="content">
  188.  
  189.  
  190.  
  191. <div id="white_space">
  192.  
  193.  
  194.  
  195. <div id="content_holder">
  196.  
  197.  
  198.  
  199. <div id="header">
  200.  
  201.  
  202.  
  203. <?php site_logo(); //display site logo ?>
  204.  
  205.  
  206.  
  207. <?php display_468x60(); ?>
  208.  
  209.  
  210.  
  211. </div><!-- #header closer -->
  212.  
  213.  
  214.  
  215. <div id="categories">
  216.  
  217.  
  218.  
  219. <?php if ( has_nav_menu( 'top-menu' ) ) : ?>
  220.  
  221.  
  222.  
  223. <?php wp_nav_menu( array( 'theme_location' => 'top-menu', 'menu_class' => 'firstnav-menu sf-menu', 'container' => '' ) ); ?>
  224.  
  225.  
  226.  
  227. <?php else : ?>
  228.  
  229.  
  230.  
  231. <ul class="firstnav-menu">
  232.  
  233.  
  234.  
  235. <?php if (is_home() OR is_front_page()) $select = "selected"; else $select = "page_item"; ?>
  236.  
  237.  
  238.  
  239. <li><a href="<?php bloginfo('url'); ?>" class="<?php echo $select; ?> home_link"><?php _e('Home', 'skyali') ?></a></li>
  240.  
  241.  
  242.  
  243. <?php wp_list_pages('sort_column=menu_order&depth=6&title_li=&exclude='.check_exclude_top_navigation().'');?>
  244.  
  245.  
  246.  
  247. </ul>
  248.  
  249.  
  250.  
  251. <?php endif; ?>
  252.  
  253.  
  254.  
  255. <?php display_icons(); ?>
  256.  
  257.  
  258.  
  259.  
  260.  
  261. </div><!-- #categories closer -->
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271. <?php if(get_option('skyali_londonlive_featured_style') == 'slider_long' || get_option('skyali_londonlive_featured_style') == ''){
  272.  
  273.  
  274.  
  275. if (is_home()) :
  276.  
  277.  
  278.  
  279. include_once('includes/featured_long.php');
  280.  
  281.  
  282.  
  283. endif;
  284.  
  285.  
  286.  
  287. } ?>
  288.  
  289.  
  290.  
  291. <?php wp_reset_query(); ?>
  292.  
  293.  
  294.  
  295. <div id="middle">
  296.  
  297.  
  298.  
  299. <?php display_left(); ?>
  300.  
  301.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement