document.write("
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
//* Add support for structural wraps
add_theme_support( 'genesis-structural-wraps', array(
'header',
'menu-primary',
'menu-secondary',
'site-inner',
'footer-widgets',
'footer'
) );
structural-wraps.php - Snippet hosted by \"Cacher\"
");