Example #1
0
function dfd_stylecharger_return_header()
{
    ?>
    <div id="header-container" class="<?php 
    echo dfd_get_header_style();
    ?>
">
            <?php 
    get_template_part('templates/header/style', dfd_get_header_style_option());
    ?>
    
        </div>
    <?php 
    exit;
}
Example #2
0
<div id="header-container" class="<?php 
echo dfd_get_header_style();
?>
">
	<?php 
get_template_part('templates/header/style', dfd_get_header_style_option());
?>
</div>