Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 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. <?php echo '<center>'; show_media_header(); echo '</center>';?>
  4. <head profile="http://www.fineartsla.com/wp-content/uploads/2013/03/logo.jpg">
  5. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  6.  
  7. <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
  8.  
  9. <link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" />
  10.  
  11. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
  12.  
  13. <!--[if lte IE 6]>
  14. <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/style-ie6.css" type="text/css" media="screen" />
  15. <![endif]-->
  16.  
  17. <link media="only screen and (max-device-width: 480px)" href="<?php bloginfo('template_directory'); ?>/style-iphone.css" type="text/css" rel="stylesheet" />
  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.  
  22. <?php wp_enqueue_script('jquery'); ?>
  23. <?php wp_enqueue_script('global', '/wp-content/themes/svelt/js/global.js', array('jquery') ); ?>
  24.  
  25. <?php wp_head(); ?>
  26.  
  27. </head>
  28. <body>
  29. <div id="page">
  30.  
  31.  
  32. <div id="header">
  33. <div id="bloginfo">
  34. <a href="/web/20111229030446/http://www.fineartsla.com/" title="Home"><img src="/web/20111229030446im_/http://www.fineartsla.com/wp-content/themes/svelt/logo.jpg" border="0" title="logo" /></a>
  35. <!-- <div id="title"><h1><a href="http://www.fineartsla.com/wp-content/uploads/2013/03/logo.jpg/">FineArtsLA.com</a></h1></div>
  36. </div>
  37. <div id="tagline"><a href="/web/20111229030446/http://www.fineartsla.com/">Fine Arts LA: Music, Opera, Dance, Museums, Theatre, Film, and Galleries in the City of Angels</a></div> -->
  38.  
  39.  
  40.  
  41. <div class="dots"></div>
  42. <div id="mainnav">
  43. <ul>
  44. <li><a href="<?php echo get_option('home'); ?>/">Home</a></li>
  45. <?php wp_list_pages('title_li='); ?>
  46. </ul>
  47. </div>
  48. <div class="dots"></div>
  49. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement