Advertisement
Guest User

Untitled

a guest
Sep 28th, 2011
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.33 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>
  4. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  5. <title><?php bf_title(); ?></title>
  6. <?php bf_metaTags(); ?>
  7. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
  8. <link rel="stylesheet"  href="<?php bloginfo('template_directory'); ?>/library/css/optionstyles.php" type="text/css" media="screen" />
  9. <link rel="stylesheet"  href="<?php bloginfo('template_directory'); ?>/library/css/print.css" type="text/css" media="print" />
  10. <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php if ($bf_feed_url) echo $bf_feed_url; else bloginfo('rss2_url'); ?>" />
  11. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  12. <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
  13. <?php wp_head(); ?>
  14. </head>
  15. <body>
  16. <?php bf_top(); ?>
  17.  
  18. <!-- begin #container -->
  19. <div id="container" class="clearfix">
  20. <?php bf_top_container(); ?>
  21.  
  22. <!-- begin #header -->
  23. <div id="header" class="clearfix">
  24. <?php bf_header(); ?>
  25. </div>
  26. <!-- end #header -->
  27.  
  28. <?php bf_belowheader(); ?>
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement