Guest User

Untitled

a guest
Jul 28th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. <?php
  2. /**
  3. * The Header
  4. *
  5. * Displays all of the <head> section and everything up till <div id="main">
  6. *
  7. * @package Cryout Creations
  8. * @subpackage parabola
  9. * @since parabola 0.5
  10. */
  11. ?><!DOCTYPE html>
  12. <html <?php language_attributes(); ?>>
  13. <head>
  14. <?php cryout_meta_hook(); ?>
  15. <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo( 'charset' ); ?>" />
  16. <link rel="profile" href="http://gmpg.org/xfn/11" />
  17. <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
  18. <?php
  19. cryout_header_hook();
  20. wp_head(); ?>
  21. </head>
  22. <body <?php body_class(); ?>>
  23.  
  24. <?php cryout_body_hook(); ?>
  25.  
  26. <div id="wrapper" class="hfeed">
  27.  
  28. <?php cryout_wrapper_hook(); ?>
  29.  
  30. <div id="header-full">
  31.  
  32. <header id="header">
  33.  
  34. <?php cryout_masthead_hook(); ?>
  35.  
  36. <div id="masthead">
  37.  
  38. <div id="branding" role="banner" >
  39.  
  40. <?php cryout_branding_hook();?>
  41. <?php cryout_header_widgets_hook(); ?>
  42. <div style="clear:both;"></div>
  43.  
  44. </div><!-- #branding -->
  45. <a id="nav-toggle"><span>&nbsp;</span></a>
  46. <nav id="access" role="navigation">
  47.  
  48. <?php cryout_access_hook();?>
  49.  
  50. </nav><!-- #access -->
  51.  
  52. </div><!-- #masthead -->
  53.  
  54. <div style="clear:both;height:1px;width:1px;"> </div>
  55.  
  56. </header><!-- #header -->
  57. </div><!-- #header-full -->
  58. <div id="main">
  59. <div id="forbottom" >
  60. <?php cryout_forbottom_hook(); ?>
  61.  
  62. <div style="clear:both;"> </div>
  63.  
  64. <?php cryout_breadcrumbs_hook();?>
Add Comment
Please, Sign In to add comment