Exemple #1
0
    
		<?php 
themify_header_before();
// hook
?>

		<header id="header" class="section-inner">

        	<?php 
themify_header_start();
// hook
?>

			<hgroup>
				<?php 
echo themify_logo_image();
?>
				<?php 
if ($site_desc = get_bloginfo('description')) {
    ?>
					<?php 
    global $themify_customizer;
    ?>
					<div id="site-description" class="site-description"><?php 
    echo class_exists('Themify_Customizer') ? $themify_customizer->site_description($site_desc) : $site_desc;
    ?>
</div>
				<?php 
}
?>
			</hgroup>
    $themify->theme->custom_header_background();
    ?>
 >

			<?php 
    themify_header_before();
    // hook
    ?>
			<header id="header" class="pagewidth">
				<?php 
    themify_header_start();
    // hook
    ?>
				<hgroup>
					<?php 
    echo themify_logo_image('site_logo');
    ?>
		
					<?php 
    if ($site_desc = get_bloginfo('description')) {
        ?>
						<?php 
        global $themify_customizer;
        ?>
						<div id="site-description" class="site-description"><?php 
        echo class_exists('Themify_Customizer') ? $themify_customizer->site_description($site_desc) : $site_desc;
        ?>
</div>
					<?php 
    }
    ?>
										<a href="#header"></a>
								</div>
							</div>
						<?php 
    }
    // exclude footer widgets
    ?>

						<div class="main-col first clearfix">
							<div class="footer-left-col first">
								<?php 
    if (themify_theme_show_area('footer_site_logo')) {
        ?>
									<div class="footer-logo-wrapper clearfix"> 
										<?php 
        echo themify_logo_image('footer_logo', 'footer-logo');
        ?>
										<!-- /footer-logo -->
									</div>
								<?php 
    }
    ?>
							
								<?php 
    if (is_active_sidebar('footer-social-widget')) {
        ?>
									<div class="social-widget">
										<?php 
        dynamic_sidebar('footer-social-widget');
        ?>
									</div>