Example #1
0
    ?>

					<?php 
    if (themify_theme_show_area('site_tagline')) {
        ?>
						<?php 
        echo themify_site_description();
        ?>
					<?php 
    }
    ?>
				</div>
				<!-- /.header-bar -->

				<?php 
    if (themify_theme_do_not_exclude_all('mobile-menu')) {
        ?>
					<div id="mobile-menu" class="sidemenu sidemenu-off">

						<?php 
        if (themify_theme_show_area('social_widget')) {
            ?>
							<div class="social-widget">
								<?php 
            dynamic_sidebar('social-widget');
            ?>

								<?php 
            if (themify_theme_show_area('rss')) {
                ?>
									<div class="rss">
Example #2
0
 * @since 1.0.0
 */
/** Themify Default Variables
 *  @var object */
global $themify;
?>

				<?php 
themify_layout_after();
// hook
?>
			</div>
			<!-- /body -->

			<?php 
if (themify_theme_show_area('footer') && themify_theme_do_not_exclude_all('footer')) {
    ?>
				<div id="footerwrap" <?php 
    themify_theme_header_background('footer');
    ?>
>

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

					<footer id="footer" class="pagewidth clearfix">

						<?php 
    themify_footer_start();