Advertisement
Guest User

Untitled

a guest
May 30th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.37 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" <?php language_attributes(); ?>>
  3. <head profile="http://gmpg.org/xfn/11">
  4. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  5.  
  6. <?php extract(get_option('mt_set'), EXTR_OVERWRITE);
  7. $modules = explode(",", $mt_sortlay01);?>
  8.  
  9.  
  10. <!-- Title -->
  11.  
  12.  
  13. <title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
  14.  
  15.  
  16. <!-- Meta -->
  17.  
  18.  
  19. <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
  20. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  21. <?php if(!empty($mt_img_favic_url)){?>
  22. <link rel="shortcut icon" href="<?php echo $mt_img_favic_url; ?>" type="image/x-icon" />
  23. <?php } else { ?>
  24. <link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/images/favicon.ico" type="image/x-icon" />
  25. <?php } // end if ?>
  26.  
  27.  
  28. <!-- Stylesheets -->
  29.  
  30.  
  31. <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/nivo-slider.css" type="text/css" />
  32. <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/prettyPhoto.css" type="text/css" />
  33. <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/video-js.css" type="text/css" />
  34. <?php if (in_array("pos_8", $modules)) { ?>
  35. <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/anythingslider.css" type="text/css" />
  36. <!--[if lte IE 7]>
  37. <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/anythingslider-ie.css" type="text/css" />
  38. <![endif]-->
  39. <?php } // end if ?>
  40. <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/screen.css" type="text/css" />
  41. <!--[if lte IE 8]>
  42. <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/ie8.css" type="text/css" media="screen" />
  43. <![endif]-->
  44. <!--[if lte IE 7]>
  45. <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/ie7.css" type="text/css" media="screen" />
  46. <![endif]-->
  47.  
  48.  
  49. <!-- Wordpress Head -->
  50.  
  51.  
  52. <?php if (is_singular()) wp_enqueue_script('comment-reply'); ?>
  53. <?php wp_head(); ?>
  54.  
  55.  
  56. <!-- Custom Stylesheets -->
  57.  
  58.  
  59. <?php include( TEMPLATEPATH . '/scripts/custom_font.php' ); ?>
  60. <link rel="stylesheet" href="<?php bloginfo('url'); ?>/?mt_parse_var=custom_css" type="text/css" />
  61. <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/socialicons.css" type="text/css" />
  62.  
  63.  
  64. <!-- Javascripts -->
  65.  
  66.  
  67. <script type="text/javascript" language="javascript" src="<?php bloginfo('template_directory'); ?>/scripts/navslide.js"></script>
  68. <script type="text/javascript" language="javascript" src="<?php bloginfo('template_directory'); ?>/scripts/superfish.js"></script>
  69. <script type="text/javascript" language="javascript" src="<?php bloginfo('template_directory'); ?>/scripts/jquery.nivo.slider.pack.js"></script>
  70. <?php if (is_home() && in_array("pos_7", $modules)) { ?>
  71. <script type="text/javascript" language="javascript" src="<?php bloginfo('template_directory'); ?>/scripts/jquery.kwicks-1.5.1.pack.js"></script>
  72. <?php } // end if ?>
  73. <?php if (is_home() && in_array("pos_8", $modules)) { ?>
  74. <script type="text/javascript" language="javascript" src="<?php bloginfo('template_directory'); ?>/scripts/jquery.anythingslider.min.js"></script>
  75. <script type="text/javascript" language="javascript" src="<?php bloginfo('template_directory'); ?>/scripts/swfobject.js"></script>
  76. <?php } // end if ?>
  77. <?php if (is_home() && ( in_array("pos_7", $modules) || in_array("pos_8", $modules) )) { ?>
  78. <script type="text/javascript" language="javascript" src="<?php bloginfo('template_directory'); ?>/scripts/jquery.easing.1.3.js"></script>
  79. <?php } // end if ?>
  80. <?php if ( is_home() && in_array("pos_6", $modules) ) {
  81. include( TEMPLATEPATH . '/scripts/custom_slider.php' );
  82. } // end if ?>
  83. <script type="text/javascript" language="javascript" src="<?php bloginfo('template_directory'); ?>/scripts/video.js"></script>
  84. <script type="text/javascript" language="javascript" src="<?php bloginfo('template_directory'); ?>/scripts/tabs.js"></script>
  85. <script type="text/javascript" language="javascript" src="<?php bloginfo('template_directory'); ?>/scripts/metrolo.js"></script>
  86. <script type="text/javascript" language="javascript" src="<?php bloginfo('template_directory'); ?>/scripts/jquery.prettyPhoto.js"></script>
  87. <?php include( TEMPLATEPATH . '/scripts/metrolo-prettyphoto.php' ); ?>
  88. <?php if ( is_page() ) { ?>
  89. <script type="text/javascript" language="javascript" src="<?php bloginfo('template_directory'); ?>/scripts/jquery.quicksand.js"></script>
  90. <script type="text/javascript" language="javascript" src="<?php bloginfo('template_directory'); ?>/scripts/metrolo-gallery.js"></script>
  91. <?php } // end if ?>
  92. <?php if((!empty($mt_cust_js))&&($mt_cust_js_head=="true")){?>
  93. <script type="text/javascript"> <?php echo (stripslashes($mt_cust_js));?> </script>
  94. <?php } // end if ?>
  95.  
  96. </head>
  97.  
  98.  
  99. <!-- BODY STARTS -->
  100.  
  101.  
  102. <body>
  103.  
  104. <div id="header_bar_wrap"><div id="header_bar">
  105.  
  106. <div id="logo" class="fl">
  107. <?php if ($mt_text_logo==0) { //text-logo ?>
  108. <div id="logo_shape">
  109. <div id="logo_text"><a href="<?php bloginfo('home'); ?>"><?php bloginfo('name'); ?></a></div><!-- /logo_text -->
  110. </div><!-- /logo_shape -->
  111. <?php } else { //image-logo ?>
  112. <a id="logo_img" href="<?php bloginfo('home'); ?>"><span><?php bloginfo('name'); ?></span></a>
  113. <?php } ?>
  114. </div><!-- /logo -->
  115.  
  116. <div id="header_navlist" class="fr">
  117. <?php wp_nav_menu( array( 'theme_location' => 'header-nav', 'menu_class' => 'hnl_menu' ) );?>
  118. <?php /* Uncomment this section if you want 'Home' to be added automatically.
  119. <script type="text/javascript">
  120. jQuery(document).ready(function($){
  121. $('.hnl_menu').prepend('<li<?php if(is_home()) {echo(' value="1"');} ?>><a href="<?php bloginfo('home'); ?>"><?php _e('Home','mtlang');?></a></li>');
  122. });
  123. </script>
  124. */?>
  125. <?php if($mt_navb_slide_show=="true"){ ?> <div id="slide"></div> <?php } ?>
  126. </div><!-- /header_navlist -->
  127.  
  128. <div class="sub_header fr">
  129.  
  130. <div class="fr"> <?php
  131. if ($mt_sl_iconset==0) {
  132. $searchpng="ic_search.png";
  133. } elseif ($mt_sl_iconset==1) {
  134. $searchpng="ic_search_light.png";
  135. } else {
  136. $searchpng="ic_search_dark.png";
  137. } ?>
  138. <div class="search_head fl"><img src="<?php bloginfo('template_directory'); ?>/images/<?php echo $searchpng;?>" alt="image"/></div>
  139. <div class="search_body fl">
  140. <form method="get" class="searchform" action="<?php bloginfo('home'); ?>" >
  141. <input class="searchtext" value="<?php _e('Buscar...','mtlang');?>" name="s" type="text" />
  142. <input class="searchsubmit" type="image" src="<?php bloginfo('template_directory'); ?>/images/ic_searchgo.png" alt="Submit button" />
  143. </form>
  144. </div><!-- /search_body -->
  145. </div><!-- /fr -->
  146.  
  147. <ul class="socmenu fr">
  148. <?php include( TEMPLATEPATH . '/scripts/custom_socicon.php' ); ?>
  149. </ul><!-- /socmenu -->
  150.  
  151. </div><!-- /sub_header -->
  152.  
  153. <div class="clear"></div>
  154.  
  155. </div></div><!-- /header_bar /header_bar_wrap -->
  156.  
  157. <div id="body_wrap">
  158.  
  159. <div class="v55"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement