Advertisement
Guest User

header

a guest
Jul 31st, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 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. <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en-US">
  3. <head profile="http://gmpg.org/xfn/11">
  4. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  5. <meta name="distribution" content="global" />
  6. <meta name="robots" content="follow, all" />
  7. <meta name="language" content="en, sv" />
  8. <title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title>
  9. <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
  10. <link rel="Shortcut Icon" href="<?php echo get_settings('home'); ?>/" type="image/x-icon" />
  11. <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
  12. <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
  13. <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
  14. <script src="<?php bloginfo('template_url'); ?>/js/css_browser_selector.js" type="text/javascript"></script>
  15. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
  16. <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/css/slideshow.css"/>
  17. <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jquery.min.js"></script>
  18. <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jquery.aw-showcase.js"></script>
  19. <link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css" >
  20. <link href="http://fonts.googleapis.com/css?family=Oswald:regular" rel="stylesheet" type="text/css" >
  21. <?php $options = get_option('gorilla_options'); ?>
  22. <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/<?php echo $options['style'];?>.css"/>
  23. </head>
  24. <?php wp_head();?>
  25. <body>
  26. <div id="top"></div>
  27. <div id="logo_holder">
  28. <a href="<?php bloginfo('url');?>"><div id="logo"><img src="<?php header_image(); ?>" width="<?php echo HEADER_IMAGE_WIDTH; ?>" height="<?php echo HEADER_IMAGE_HEIGHT; ?>" alt=" <?php bloginfo('name'); ?>" />
  29. </div></a>
  30. <div style="clear:both"></div>
  31. </div>
  32. <div id="header">
  33. <div id="header_ad">
  34. <?php if ( !function_exists('dynamic_sidebar')|| !dynamic_sidebar('Header Banner') ) : ?>
  35. <?php endif; ?>
  36. </div>
  37. <div id="menu_navigation">
  38. <div id="menu-nav">
  39. <?php wp_nav_menu( array( 'sort_column' => 'menu_order','theme_location' => 'header-menu', 'container_class' => 'menu-header' ) ); ?>
  40. </div>
  41. </div>
  42. <div id="menu_navigation-extra">
  43. <div id="menu-nav">
  44. <?php wp_nav_menu( array( 'sort_column' => 'menu_order','theme_location' => 'extra-menu', 'container_class' => 'menu-header' ) ); ?>
  45. </div>
  46. </div>
  47. <div id="search_rss_wrapper">
  48. <div class="wrapper_left">
  49. <div class="newsletter">
  50. <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Subscription Module') ) : ?>
  51. <div style="clear:both"></div>
  52. <?php endif; ?>
  53. </div>
  54. <a class="rssfeed" href="<?php bloginfo('rss_url'); ?>"></a>
  55. </div>
  56. <div class="wrapper_right">
  57. <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Social Networks') ) : ?><div style="clear:both"></div>
  58. <?php endif; ?>
  59. </div>
  60. </div>
  61. </div>
  62. <div style="clear:both"></div>
  63. <div id="layout">
  64. <div id="gback">
  65. <div id="grid">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement