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
function dfd_get_header_style()
{
    $head_type = dfd_get_header_style_option();
    $header_layout = dfd_get_header_layout();
    return "header-style-{$head_type} header-layout-{$header_layout}";
}
Example #3
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>