Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <?php
  2. /**
  3. * The Header template for our theme
  4. *
  5. * Displays all of the <head> section and everything up till <div id="main">
  6. *
  7. * @package WordPress
  8. * @subpackage Twenty_Twelve
  9. * @since Twenty Twelve 1.0
  10. */
  11. ?><!DOCTYPE html>
  12. <!--[if IE 7]>
  13. <html class="ie ie7" <?php language_attributes(); ?>>
  14. <![endif]-->
  15. <!--[if IE 8]>
  16. <html class="ie ie8" <?php language_attributes(); ?>>
  17. <![endif]-->
  18. <!--[if !(IE 7) | !(IE 8) ]><!-->
  19. <html <?php language_attributes(); ?>>
  20. <!--<![endif]-->
  21. <head>
  22. <?php
  23. require_once($_SERVER["DOCUMENT_ROOT"].'/config/config.inc.php');
  24. require_once($_SERVER["DOCUMENT_ROOT"].'/header.php');
  25. ?>
  26. </head>
  27.  
  28. <body id="index">
  29. <div id="page" class="hfeed site">
  30.  
  31. <div id="main" class="wrapper">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement