document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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" <?php language_attributes() ?>>
  3. <head profile="http://gmpg.org/xfn/11">
  4. <meta name="google-site-verification" content="4rV-6rwSG2qln1R7AqfMRDiiLGOKYZr21Lf6b2y8Kpw" />
  5.  
  6. <title><?php if (is_home()) { ?><?php bloginfo('name'); ?> - <?php bloginfo('description'); ?><?php } else { ?><?php wp_title($sep = ''); ?> - <?php bloginfo('name'); ?><?php } ?></title>
  7. <meta http-equiv="content-type" content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" />
  8. <meta name="description" content="<?php bloginfo('description') ?>" />
  9. <?php if(is_search()) { ?>
  10. <meta name="robots" content="noindex, nofollow" />
  11. <?php }?>
  12.  
  13. <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
  14.  
  15.  
  16. <?php
  17. if(get_option('atlantica_scaler') == 'Yes' ) {$scalerload="1024";}
  18. elseif(get_option('atlantica_scaler') == 'No' ) {$scalerload="no-1024"; }
  19. ?>
  20.  
  21. <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/library/styles/scaler/<?php echo $scalerload;?>.css" type="text/css" media="screen" />
  22.  
  23. <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/library/styles/custom/<?php echo get_option('atlantica_theme_color'); ?>.css" type="text/css" media="screen" />
  24. <link rel="alternate" type="application/rss+xml" href="<?php bloginfo('rss2_url') ?>" title="<?php echo wp_specialchars(get_bloginfo('name'), 1) ?> <?php _e('Posts RSS feed', 'thematic'); ?>" />
  25. <link rel="alternate" type="application/rss+xml" href="<?php bloginfo('comments_rss2_url') ?>" title="<?php echo wp_specialchars(get_bloginfo('name'), 1) ?> <?php _e('Comments RSS feed', 'thematic'); ?>" />
  26. <link rel="pingback" href="<?php bloginfo('pingback_url') ?>" />
  27.  
  28. <link href="<?php echo strtolower(get_option('atlantica_favicon')); ?>" rel="shortcut icon" type="image/gif" />
  29.  
  30. <?php wp_head() ?>
  31.  
  32. <!--[if lte IE 6]>
  33. <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/library/styles/hacks/ie6.css" />
  34. <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/library/styles/scaler/ie6-<?php echo get_option('atlantica_scaler'); ?>.css" type="text/css" media="screen" />
  35. <![endif]-->
  36.  
  37. <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/library/scripts/jquery-1.3.2.min.js"></script>
  38. <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/library/scripts/jquery.jcarousel.pack.js"></script>
  39. <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/library/scripts/jquery.pngFix.pack.js"></script>
  40. <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/library/scripts/jquery.prettyPhoto.js"></script>
  41. <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/library/scripts/jquery.flow.1.2.min.js"></script>
  42. <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/library/scripts/atlantica.js"></script>
  43.  
  44. <!-- Load up the Custom CSS from the admin panel -->
  45. <style type="text/css"><?php echo get_option('atlantica_customcss'); ?></style>
  46.  
  47.  
  48. </head>
  49.  
  50. <body>
  51.  
  52. <div id="wrap">
  53.  
  54. <!-- Start Page -->
  55. <div id="page">
  56. <!-- Header -->
  57. <div class="header">
  58. <a href="<?php bloginfo('url') ?>"><img src="<?php echo get_option('atlantica_custom_logo'); ?>" alt="<?php bloginfo('name'); ?>" /></a>
  59. </div>
  60.  
  61.  
  62. <!-- Start Navigation -->
  63. <div class="navigation">
  64. <div class="border">
  65. <?php mytheme_nav(); ?>
  66.  
  67. <?php get_search_form(); ?>
  68.  
  69. <div class="clear"></div>
  70. </div>
  71. </div>
  72. <!-- Stop Navigation -->
');