Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
Current File : /home/x/b/o/xbodynamge/namtation/wp-content/footer.php.tar

home/xbodynamge/lebauwcentre/wp-content/themes/integral/footer.php000064400000003002151117534400021504 0ustar00<?php
/**
 * Footer section for our theme
 *
 * @package WordPress
 * @subpackage Integral
 * @since Integral 1.0
 */
?>
<?php global $integral; ?>

        <section class="copyright">

            <div class="container">

                <div class="row">

                    <div class="col-md-12">

                        <div class="copyrightinfo">

                            <p>
                                <?php if ( $integral['copyright-text'] ) : ?>

                                <?php echo $integral['copyright-text']; ?>

                                <?php else : ?>

                                <?php esc_html_e('&copy; 2016 All Rights Reserved', 'integral'); ?>

                                <span class="sep"> | </span>

                                <?php printf( __( 'Powered by %2$s', 'integral' ), 'integral', '<a href="https://www.wordpress.org/" rel="designer">Wordpress</a>' ); ?>

                                <span class="sep"> | </span>

                                <?php printf( __( 'Made with &#10084; by %2$s', 'integral' ), 'integral', '<a href="https://www.themely.com/" rel="designer">Themely</a>' ); ?>

                                <?php endif; ?>
                            </p>

                        </div>

                    </div>

                </div>

            </div>

        </section>

        <?php get_template_part('sections/custom'); ?>

        <?php wp_footer(); ?>
    
    </body>

</html>home/xbodynamge/namtation/wp-content/themes/twentynineteen/footer.php000060400000003110151117573670022301 0ustar00<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package WordPress
 * @subpackage Twenty_Nineteen
 * @since 1.0.0
 */

?>

	</div><!-- #content -->

	<footer id="colophon" class="site-footer">
		<?php get_template_part( 'template-parts/footer/footer', 'widgets' ); ?>
		<div class="site-info">
			<?php $blog_info = get_bloginfo( 'name' ); ?>
			<?php if ( ! empty( $blog_info ) ) : ?>
				<a class="site-name" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>,
			<?php endif; ?>
			<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentynineteen' ) ); ?>" class="imprint">
				<?php
				/* translators: %s: WordPress. */
				printf( __( 'Proudly powered by %s.', 'twentynineteen' ), 'WordPress' );
				?>
			</a>
			<?php
			if ( function_exists( 'the_privacy_policy_link' ) ) {
				the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
			}
			?>
			<?php if ( has_nav_menu( 'footer' ) ) : ?>
				<nav class="footer-navigation" aria-label="<?php esc_attr_e( 'Footer Menu', 'twentynineteen' ); ?>">
					<?php
					wp_nav_menu(
						array(
							'theme_location' => 'footer',
							'menu_class'     => 'footer-menu',
							'depth'          => 1,
						)
					);
					?>
				</nav><!-- .footer-navigation -->
			<?php endif; ?>
		</div><!-- .site-info -->
	</footer><!-- #colophon -->

</div><!-- #page -->

<?php wp_footer(); ?>

</body>
</html>
home/xbodynamge/lebauwcentre/wp-content/themes/onepress/footer.php000064400000003625151117575430021560 0ustar00<?php
/**
 * The template for displaying the footer.
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package OnePress
 */

$hide_footer = false;
$page_id = get_the_ID();

if ( is_page() ){
    $hide_footer = get_post_meta( $page_id, '_hide_footer', true );
}

if ( onepress_is_wc_active() ) {
    if ( is_shop() ) {
        $page_id =  wc_get_page_id('shop');
        $hide_footer = get_post_meta( $page_id, '_hide_footer', true );
    }
}

if ( ! $hide_footer ) {
    ?>
    <footer id="colophon" class="site-footer" role="contentinfo">
        <?php
        /**
         * @since 2.0.0
         * @see onepress_footer_widgets
         * @see onepress_footer_connect
         */
        do_action('onepress_before_site_info');
        $onepress_btt_disable = sanitize_text_field(get_theme_mod('onepress_btt_disable'));

        ?>

        <div class="site-info">
            <div class="container">
                <?php if ($onepress_btt_disable != '1') : ?>
                    <div class="btt">
                        <a class="back-to-top" href="#page" title="<?php echo esc_html__('Back To Top', 'onepress') ?>"><i class="fa fa-angle-double-up wow flash" data-wow-duration="2s"></i></a>
                    </div>
                <?php endif; ?>
                <?php
                /**
                 * hooked onepress_footer_site_info
                 * @see onepress_footer_site_info
                 */
                do_action('onepress_footer_site_info');
                ?>
            </div>
        </div>
        <!-- .site-info -->

    </footer><!-- #colophon -->
    <?php
}
/**
 * Hooked: onepress_site_footer
 *
 * @see onepress_site_footer
 */
do_action( 'onepress_site_end' );
?>
</div><!-- #page -->

<?php do_action( 'onepress_after_site_end' ); ?>

<?php wp_footer(); ?>

</body>
</html>
home/xbodynamge/www/wp-content/themes/twentynineteen/footer.php000064400000003110151117575670021141 0ustar00<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package WordPress
 * @subpackage Twenty_Nineteen
 * @since 1.0.0
 */

?>

	</div><!-- #content -->

	<footer id="colophon" class="site-footer">
		<?php get_template_part( 'template-parts/footer/footer', 'widgets' ); ?>
		<div class="site-info">
			<?php $blog_info = get_bloginfo( 'name' ); ?>
			<?php if ( ! empty( $blog_info ) ) : ?>
				<a class="site-name" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>,
			<?php endif; ?>
			<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentynineteen' ) ); ?>" class="imprint">
				<?php
				/* translators: %s: WordPress. */
				printf( __( 'Proudly powered by %s.', 'twentynineteen' ), 'WordPress' );
				?>
			</a>
			<?php
			if ( function_exists( 'the_privacy_policy_link' ) ) {
				the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
			}
			?>
			<?php if ( has_nav_menu( 'footer' ) ) : ?>
				<nav class="footer-navigation" aria-label="<?php esc_attr_e( 'Footer Menu', 'twentynineteen' ); ?>">
					<?php
					wp_nav_menu(
						array(
							'theme_location' => 'footer',
							'menu_class'     => 'footer-menu',
							'depth'          => 1,
						)
					);
					?>
				</nav><!-- .footer-navigation -->
			<?php endif; ?>
		</div><!-- .site-info -->
	</footer><!-- #colophon -->

</div><!-- #page -->

<?php wp_footer(); ?>

</body>
</html>
home/xbodynamge/www/wp-content/themes/hestia/footer.php000064400000000421151122054520017316 0ustar00<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the "wrapper" div and all content after.
 *
 * @package Hestia
 * @since Hestia 1.0
 */
?>
			<?php do_action( 'hestia_do_footer' ); ?>
		</div>
	</div>
<?php wp_footer(); ?>
</body>
</html>
home/xbodynamge/dev/wp-content/themes/twentynineteen/footer.php000060400000003110151124050050021041 0ustar00<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package WordPress
 * @subpackage Twenty_Nineteen
 * @since 1.0.0
 */

?>

	</div><!-- #content -->

	<footer id="colophon" class="site-footer">
		<?php get_template_part( 'template-parts/footer/footer', 'widgets' ); ?>
		<div class="site-info">
			<?php $blog_info = get_bloginfo( 'name' ); ?>
			<?php if ( ! empty( $blog_info ) ) : ?>
				<a class="site-name" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>,
			<?php endif; ?>
			<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentynineteen' ) ); ?>" class="imprint">
				<?php
				/* translators: %s: WordPress. */
				printf( __( 'Proudly powered by %s.', 'twentynineteen' ), 'WordPress' );
				?>
			</a>
			<?php
			if ( function_exists( 'the_privacy_policy_link' ) ) {
				the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
			}
			?>
			<?php if ( has_nav_menu( 'footer' ) ) : ?>
				<nav class="footer-navigation" aria-label="<?php esc_attr_e( 'Footer Menu', 'twentynineteen' ); ?>">
					<?php
					wp_nav_menu(
						array(
							'theme_location' => 'footer',
							'menu_class'     => 'footer-menu',
							'depth'          => 1,
						)
					);
					?>
				</nav><!-- .footer-navigation -->
			<?php endif; ?>
		</div><!-- .site-info -->
	</footer><!-- #colophon -->

</div><!-- #page -->

<?php wp_footer(); ?>

</body>
</html>
home/xbodynamge/namtation/wp-includes/theme-compat/footer.php000060400000002045151124664600020451 0ustar00<?php
/**
 * @package WordPress
 * @subpackage Theme_Compat
 * @deprecated 3.0.0
 *
 * This file is here for backward compatibility with old themes and will be removed in a future version
 */
_deprecated_file(
	/* translators: %s: template name */
	sprintf( __( 'Theme without %s' ), basename( __FILE__ ) ),
	'3.0.0',
	null,
	/* translators: %s: template name */
	sprintf( __( 'Please include a %s template in your theme.' ), basename( __FILE__ ) )
);
?>

<hr />
<div id="footer" role="contentinfo">
<!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
	<p>
		<?php
		printf(
			/* translators: 1: blog name, 2: WordPress */
			__( '%1$s is proudly powered by %2$s' ),
			get_bloginfo( 'name' ),
			'<a href="https://wordpress.org/">WordPress</a>'
		);
		?>
	</p>
</div>
</div>

<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
<?php /* "Just what do you think you're doing Dave?" */ ?>

		<?php wp_footer(); ?>
</body>
</html>
home/xbodynamge/crosstraining/wp-content/themes/twentysixteen/footer.php000060400000004021151125363050023034 0ustar00<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after
 *
 * @package WordPress
 * @subpackage Twenty_Sixteen
 * @since Twenty Sixteen 1.0
 */
?>

		</div><!-- .site-content -->

		<footer id="colophon" class="site-footer" role="contentinfo">
			<?php if ( has_nav_menu( 'primary' ) ) : ?>
				<nav class="main-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Primary Menu', 'twentysixteen' ); ?>">
					<?php
						wp_nav_menu( array(
							'theme_location' => 'primary',
							'menu_class'     => 'primary-menu',
						 ) );
					?>
				</nav><!-- .main-navigation -->
			<?php endif; ?>

			<?php if ( has_nav_menu( 'social' ) ) : ?>
				<nav class="social-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentysixteen' ); ?>">
					<?php
						wp_nav_menu( array(
							'theme_location' => 'social',
							'menu_class'     => 'social-links-menu',
							'depth'          => 1,
							'link_before'    => '<span class="screen-reader-text">',
							'link_after'     => '</span>',
						) );
					?>
				</nav><!-- .social-navigation -->
			<?php endif; ?>

			<div class="site-info">
				<?php
					/**
					 * Fires before the twentysixteen footer text for footer customization.
					 *
					 * @since Twenty Sixteen 1.0
					 */
					do_action( 'twentysixteen_credits' );
				?>
				<span class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span>
				<?php
				if ( function_exists( 'the_privacy_policy_link' ) ) {
					the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
				}
				?>
				<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>" class="imprint">
					<?php printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); ?>
				</a>
			</div><!-- .site-info -->
		</footer><!-- .site-footer -->
	</div><!-- .site-inner -->
</div><!-- .site -->

<?php wp_footer(); ?>
</body>
</html>
home/xbodynamge/lebauwcentre/wp-content/themes/twentynineteen/footer.php000060400000003110151125363370022760 0ustar00<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package WordPress
 * @subpackage Twenty_Nineteen
 * @since 1.0.0
 */

?>

	</div><!-- #content -->

	<footer id="colophon" class="site-footer">
		<?php get_template_part( 'template-parts/footer/footer', 'widgets' ); ?>
		<div class="site-info">
			<?php $blog_info = get_bloginfo( 'name' ); ?>
			<?php if ( ! empty( $blog_info ) ) : ?>
				<a class="site-name" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>,
			<?php endif; ?>
			<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentynineteen' ) ); ?>" class="imprint">
				<?php
				/* translators: %s: WordPress. */
				printf( __( 'Proudly powered by %s.', 'twentynineteen' ), 'WordPress' );
				?>
			</a>
			<?php
			if ( function_exists( 'the_privacy_policy_link' ) ) {
				the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
			}
			?>
			<?php if ( has_nav_menu( 'footer' ) ) : ?>
				<nav class="footer-navigation" aria-label="<?php esc_attr_e( 'Footer Menu', 'twentynineteen' ); ?>">
					<?php
					wp_nav_menu(
						array(
							'theme_location' => 'footer',
							'menu_class'     => 'footer-menu',
							'depth'          => 1,
						)
					);
					?>
				</nav><!-- .footer-navigation -->
			<?php endif; ?>
		</div><!-- .site-info -->
	</footer><!-- #colophon -->

</div><!-- #page -->

<?php wp_footer(); ?>

</body>
</html>
home/xbodynamge/www/wp-includes/theme-compat/footer.php000060400000002043151126372150017277 0ustar00<?php
/**
 * @package WordPress
 * @subpackage Theme_Compat
 * @deprecated 3.0.0
 *
 * This file is here for backward compatibility with old themes and will be removed in a future version
 */
_deprecated_file(
	/* translators: %s: template name */
	sprintf( __( 'Theme without %s' ), basename( __FILE__ ) ),
	'3.0.0',
	null,
	/* translators: %s: template name */
	sprintf( __( 'Please include a %s template in your theme.' ), basename( __FILE__ ) )
);
?>

<hr />
<div id="footer" role="contentinfo">
<!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
	<p>
		<?php
		printf(
			/* translators: 1: blog name, 2: WordPress */
			__( '%1$s is proudly powered by %2$s' ),
			get_bloginfo('name'),
			'<a href="https://wordpress.org/">WordPress</a>'
		);
		?>
	</p>
</div>
</div>

<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
<?php /* "Just what do you think you're doing Dave?" */ ?>

		<?php wp_footer(); ?>
</body>
</html>
home/xbodynamge/dev/wp-includes/theme-compat/footer.php000060400000002043151126526240017232 0ustar00<?php
/**
 * @package WordPress
 * @subpackage Theme_Compat
 * @deprecated 3.0.0
 *
 * This file is here for backward compatibility with old themes and will be removed in a future version
 */
_deprecated_file(
	/* translators: %s: template name */
	sprintf( __( 'Theme without %s' ), basename( __FILE__ ) ),
	'3.0.0',
	null,
	/* translators: %s: template name */
	sprintf( __( 'Please include a %s template in your theme.' ), basename( __FILE__ ) )
);
?>

<hr />
<div id="footer" role="contentinfo">
<!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
	<p>
		<?php
		printf(
			/* translators: 1: blog name, 2: WordPress */
			__( '%1$s is proudly powered by %2$s' ),
			get_bloginfo('name'),
			'<a href="https://wordpress.org/">WordPress</a>'
		);
		?>
	</p>
</div>
</div>

<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
<?php /* "Just what do you think you're doing Dave?" */ ?>

		<?php wp_footer(); ?>
</body>
</html>
home/xbodynamge/dev/wp-content/themes/twentyseventeen/footer.php000060400000002422151130201320021230 0ustar00<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package WordPress
 * @subpackage Twenty_Seventeen
 * @since 1.0
 * @version 1.2
 */

?>

		</div><!-- #content -->

		<footer id="colophon" class="site-footer" role="contentinfo">
			<div class="wrap">
				<?php
				get_template_part( 'template-parts/footer/footer', 'widgets' );

				if ( has_nav_menu( 'social' ) ) : ?>
					<nav class="social-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentyseventeen' ); ?>">
						<?php
							wp_nav_menu( array(
								'theme_location' => 'social',
								'menu_class'     => 'social-links-menu',
								'depth'          => 1,
								'link_before'    => '<span class="screen-reader-text">',
								'link_after'     => '</span>' . twentyseventeen_get_svg( array( 'icon' => 'chain' ) ),
							) );
						?>
					</nav><!-- .social-navigation -->
				<?php endif;

				get_template_part( 'template-parts/footer/site', 'info' );
				?>
			</div><!-- .wrap -->
		</footer><!-- #colophon -->
	</div><!-- .site-content-contain -->
</div><!-- #page -->
<?php wp_footer(); ?>

</body>
</html>
home/xbodynamge/crosstraining/wp-content/themes/zerif-lite/footer.php000060400000024415151131200310022147 0ustar00<?php
/**
 * The template for displaying the footer.
 * Contains the closing of the #content div and all content after
 *
 * @package zerif-lite
 */

?>

</div><!-- .site-content -->

<?php zerif_before_footer_trigger(); ?>

<footer id="footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter">

	<?php zerif_footer_widgets_trigger(); ?>

	<div class="container">

		<?php zerif_top_footer_trigger(); ?>

		<?php
			$footer_sections = 0;

		if ( current_user_can( 'edit_theme_options' ) ) {
			$zerif_address      = get_theme_mod( 'zerif_address', sprintf( '<a href="%1$s">%2$s</a>', esc_url( admin_url( 'customize.php?autofocus&#91;control&#93;=zerif_address' ) ), __( 'Company address', 'zerif-lite' ) ) );
			$zerif_address_icon = get_theme_mod( 'zerif_address_icon', get_template_directory_uri() . '/images/map25-redish.png' );
		} else {
			$zerif_address      = get_theme_mod( 'zerif_address' );
			$zerif_address_icon = get_theme_mod( 'zerif_address_icon' );
		}

		if ( current_user_can( 'edit_theme_options' ) ) {
			$zerif_email      = get_theme_mod( 'zerif_email', sprintf( '<a href="%1$s">%2$s</a>', esc_url( admin_url( 'customize.php?autofocus&#91;control&#93;=zerif_email' ) ), __( 'youremail@site.com', 'zerif-lite' ) ) );
			$zerif_email_icon = get_theme_mod( 'zerif_email_icon', get_template_directory_uri() . '/images/envelope4-green.png' );
		} else {
			$zerif_email      = get_theme_mod( 'zerif_email' );
			$zerif_email_icon = get_theme_mod( 'zerif_email_icon' );
		}

		if ( current_user_can( 'edit_theme_options' ) ) {
			$zerif_phone      = get_theme_mod( 'zerif_phone', sprintf( '<a href="%1$s">%2$s</a>', esc_url( admin_url( 'customize.php?autofocus&#91;control&#93;=zerif_phone' ) ), __( '0 332 548 954', 'zerif-lite' ) ) );
			$zerif_phone_icon = get_theme_mod( 'zerif_phone_icon', get_template_directory_uri() . '/images/telephone65-blue.png' );
		} else {
			$zerif_phone      = get_theme_mod( 'zerif_phone' );
			$zerif_phone_icon = get_theme_mod( 'zerif_phone_icon' );
		}

			$zerif_socials_facebook  = get_theme_mod( 'zerif_socials_facebook' );
			$zerif_socials_twitter   = get_theme_mod( 'zerif_socials_twitter' );
			$zerif_socials_linkedin  = get_theme_mod( 'zerif_socials_linkedin' );
			$zerif_socials_behance   = get_theme_mod( 'zerif_socials_behance' );
			$zerif_socials_dribbble  = get_theme_mod( 'zerif_socials_dribbble' );
			$zerif_socials_instagram = get_theme_mod( 'zerif_socials_instagram' );

			$zerif_accessibility = get_theme_mod( 'zerif_accessibility' );
			$zerif_copyright     = get_theme_mod( 'zerif_copyright' );

			$zerif_powered_by = true;

		if ( ! empty( $zerif_address ) || ! empty( $zerif_address_icon ) ) {
			$footer_sections ++;
		}

		if ( ! empty( $zerif_email ) || ! empty( $zerif_email_icon ) ) {
			$footer_sections ++;
		}

		if ( ! empty( $zerif_phone ) || ! empty( $zerif_phone_icon ) ) {
			$footer_sections ++;
		}
		if ( ! empty( $zerif_socials_facebook ) || ! empty( $zerif_socials_twitter ) || ! empty( $zerif_socials_linkedin ) || ! empty( $zerif_socials_behance ) || ! empty( $zerif_socials_dribbble ) ||
			! empty( $zerif_copyright ) || ! empty( $zerif_powered_by ) || ! empty( $zerif_socials_instagram ) ) {
			$footer_sections ++;
		}

		if ( $footer_sections == 1 ) {
			$footer_class = 'col-md-12';
		} elseif ( $footer_sections == 2 ) {
			$footer_class = 'col-md-6';
		} elseif ( $footer_sections == 3 ) {
			$footer_class = 'col-md-4';
		} elseif ( $footer_sections == 4 ) {
			$footer_class = 'col-md-3';
		} else {
			$footer_class = 'col-md-3';
		}

		if ( ! empty( $footer_class ) ) {

			/* COMPANY ADDRESS */
			if ( ! empty( $zerif_address_icon ) || ! empty( $zerif_address ) ) {
				echo '<div class="' . $footer_class . ' company-details">';

				if ( ! empty( $zerif_address_icon ) ) {
					echo '<div class="icon-top red-text">';
					if ( ! empty( $zerif_address ) ) {
						echo '<a target="_blank" href="https://www.google.com.sg/maps/place/' . wp_strip_all_tags( $zerif_address ) . '">';
					}
					echo '<img src="' . esc_url( $zerif_address_icon ) . '" alt="" />';
					if ( ! empty( $zerif_address ) ) {
						echo '</a>';
					}
					echo '</div>';
				}

				if ( ! empty( $zerif_address ) ) {
					echo '<div class="zerif-footer-address">';
					echo wp_kses_post( $zerif_address );
					echo '</div>';
				} elseif ( is_customize_preview() ) {
					echo '<div class="zerif-footer-address zerif_hidden_if_not_customizer"></div>';
				}

				echo '</div>';
			}

			/* COMPANY EMAIL */
			if ( ! empty( $zerif_email_icon ) || ! empty( $zerif_email ) ) {
				echo '<div class="' . $footer_class . ' company-details">';

				if ( ! empty( $zerif_email_icon ) ) {
					echo '<div class="icon-top green-text">';
					if ( ! empty( $zerif_email ) ) {
						echo '<a href="mailto:' . wp_strip_all_tags( $zerif_email ) . '">';
					}
					echo '<img src="' . esc_url( $zerif_email_icon ) . '" alt="" />';
					if ( ! empty( $zerif_email ) ) {
						echo '</a>';
					}
					echo '</div>';
				}
				if ( ! empty( $zerif_email ) ) {
					echo '<div class="zerif-footer-email">';
					echo wp_kses_post( $zerif_email );
					echo '</div>';
				} elseif ( is_customize_preview() ) {
					echo '<div class="zerif-footer-email zerif_hidden_if_not_customizer"></div>';
				}
				echo '</div>';
			}

			/* COMPANY PHONE NUMBER */
			if ( ! empty( $zerif_phone_icon ) || ! empty( $zerif_phone ) ) {
				echo '<div class="' . $footer_class . ' company-details">';
				if ( ! empty( $zerif_phone_icon ) ) {
					echo '<div class="icon-top blue-text">';
					if ( ! empty( $zerif_phone ) ) {
						echo '<a href="tel: ' . wp_strip_all_tags( $zerif_phone ) . '">';
					}
					echo '<img src="' . esc_url( $zerif_phone_icon ) . '" alt="" />';
					if ( ! empty( $zerif_phone ) ) {
						echo '</a>';
					}
					echo '</div>';
				}
				if ( ! empty( $zerif_phone ) ) {
					echo '<div class="zerif-footer-phone">';
					echo wp_kses_post( $zerif_phone );
					echo '</div>';
				} elseif ( is_customize_preview() ) {
					echo '<div class="zerif-footer-phone zerif_hidden_if_not_customizer"></div>';
				}
				echo '</div>';
			}
		}

			// open link in a new tab when checkbox "accessibility" is not ticked
			$attribut_new_tab = ( isset( $zerif_accessibility ) && ( $zerif_accessibility != 1 ) ? ' target="_blank"' : '' );

		if ( ! empty( $zerif_socials_facebook ) || ! empty( $zerif_socials_twitter ) || ! empty( $zerif_socials_linkedin ) || ! empty( $zerif_socials_behance ) || ! empty( $zerif_socials_dribbble ) ||
			! empty( $zerif_copyright ) || ! empty( $zerif_powered_by ) || ! empty( $zerif_socials_instagram ) ) {

			echo '<div class="' . $footer_class . ' copyright">';
			if ( ! empty( $zerif_socials_facebook ) || ! empty( $zerif_socials_twitter ) || ! empty( $zerif_socials_linkedin ) || ! empty( $zerif_socials_behance ) || ! empty( $zerif_socials_dribbble ) ) {

				echo '<ul class="social">';

				/* facebook */
				if ( ! empty( $zerif_socials_facebook ) ) {
					echo '<li id="facebook"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_facebook ) . '"><span class="sr-only">' . __( 'Facebook link', 'zerif-lite' ) . '</span> <i class="fa fa-facebook"></i></a></li>';
				}
				/* twitter */
				if ( ! empty( $zerif_socials_twitter ) ) {
					echo '<li id="twitter"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_twitter ) . '"><span class="sr-only">' . __( 'Twitter link', 'zerif-lite' ) . '</span> <i class="fa fa-twitter"></i></a></li>';
				}
				/* linkedin */
				if ( ! empty( $zerif_socials_linkedin ) ) {
					echo '<li id="linkedin"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_linkedin ) . '"><span class="sr-only">' . __( 'Linkedin link', 'zerif-lite' ) . '</span> <i class="fa fa-linkedin"></i></a></li>';
				}
				/* behance */
				if ( ! empty( $zerif_socials_behance ) ) {
					echo '<li id="behance"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_behance ) . '"><span class="sr-only">' . __( 'Behance link', 'zerif-lite' ) . '</span> <i class="fa fa-behance"></i></a></li>';
				}
				/* dribbble */
				if ( ! empty( $zerif_socials_dribbble ) ) {
					echo '<li id="dribbble"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_dribbble ) . '"><span class="sr-only">' . __( 'Dribble link', 'zerif-lite' ) . '</span> <i class="fa fa-dribbble"></i></a></li>';
				}
				/* instagram */
				if ( ! empty( $zerif_socials_instagram ) ) {
					echo '<li id="instagram"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_instagram ) . '"><span class="sr-only">' . __( 'Instagram link', 'zerif-lite' ) . '</span> <i class="fa fa-instagram"></i></a></li>';
				}

				echo '</ul><!-- .social -->';
			}

			if ( ! empty( $zerif_copyright ) ) {
				echo '<p id="zerif-copyright">' . wp_kses_post( $zerif_copyright ) . '</p>';
			} elseif ( is_customize_preview() ) {
				echo '<p id="zerif-copyright" class="zerif_hidden_if_not_customizer"></p>';
			}

			/* Translators: %s: ThemeIsle link */
			echo '<div class="zerif-copyright-box"><a class="zerif-copyright" rel="nofollow">Zerif Lite </a>' . sprintf( __( 'developed by %s', 'zerif-lite' ), '<a class="zerif-copyright" href="' . esc_url( 'https://themeisle.com' ) . '" ' . $attribut_new_tab . ' rel="nofollow">' . __( 'ThemeIsle', 'zerif-lite' ) . '</a>' ) . '</div>';

			echo '</div>';

		}

		zerif_bottom_footer_trigger();
		?>
	</div> <!-- / END CONTAINER -->

</footer> <!-- / END FOOOTER  -->

<?php zerif_after_footer_trigger(); ?>

	</div><!-- mobile-bg-fix-whole-site -->
</div><!-- .mobile-bg-fix-wrap -->

<?php
/**
 *  Fix for sections with widgets not appearing anymore after the hide button is selected for each section
 */

if ( is_customize_preview() ) {

	if ( is_active_sidebar( 'sidebar-ourfocus' ) ) {
		echo '<div class="zerif_hidden_if_not_customizer">';
			dynamic_sidebar( 'sidebar-ourfocus' );
		echo '</div>';
	}
	if ( is_active_sidebar( 'sidebar-aboutus' ) ) {
		echo '<div class="zerif_hidden_if_not_customizer">';
			dynamic_sidebar( 'sidebar-aboutus' );
		echo '</div>';
	}
	if ( is_active_sidebar( 'sidebar-ourteam' ) ) {
		echo '<div class="zerif_hidden_if_not_customizer">';
			dynamic_sidebar( 'sidebar-ourteam' );
		echo '</div>';
	}
	if ( is_active_sidebar( 'sidebar-testimonials' ) ) {
		echo '<div class="zerif_hidden_if_not_customizer">';
			dynamic_sidebar( 'sidebar-testimonials' );
		echo '</div>';
	}
}

?>

<?php wp_footer(); ?>

<?php zerif_bottom_body_trigger(); ?>

</body>

</html>
home/xbodynamge/www/wp-content/themes/twentyfifteen/footer.php000060400000001765151131742010020742 0ustar00<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the "site-content" div and all content after.
 *
 * @package WordPress
 * @subpackage Twenty_Fifteen
 * @since Twenty Fifteen 1.0
 */
?>

	</div><!-- .site-content -->

	<footer id="colophon" class="site-footer" role="contentinfo">
		<div class="site-info">
			<?php
				/**
				 * Fires before the Twenty Fifteen footer text for footer customization.
				 *
				 * @since Twenty Fifteen 1.0
				 */
				do_action( 'twentyfifteen_credits' );
			?>
			<?php
			if ( function_exists( 'the_privacy_policy_link' ) ) {
				the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
			}
			?>
			<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfifteen' ) ); ?>" class="imprint">
				<?php printf( __( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' ); ?>
			</a>
		</div><!-- .site-info -->
	</footer><!-- .site-footer -->

</div><!-- .site -->

<?php wp_footer(); ?>

</body>
</html>
home/xbodynamge/dev/wp-content/themes/twentysixteen/footer.php000060400000004021151131744400020724 0ustar00<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after
 *
 * @package WordPress
 * @subpackage Twenty_Sixteen
 * @since Twenty Sixteen 1.0
 */
?>

		</div><!-- .site-content -->

		<footer id="colophon" class="site-footer" role="contentinfo">
			<?php if ( has_nav_menu( 'primary' ) ) : ?>
				<nav class="main-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Primary Menu', 'twentysixteen' ); ?>">
					<?php
						wp_nav_menu( array(
							'theme_location' => 'primary',
							'menu_class'     => 'primary-menu',
						 ) );
					?>
				</nav><!-- .main-navigation -->
			<?php endif; ?>

			<?php if ( has_nav_menu( 'social' ) ) : ?>
				<nav class="social-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentysixteen' ); ?>">
					<?php
						wp_nav_menu( array(
							'theme_location' => 'social',
							'menu_class'     => 'social-links-menu',
							'depth'          => 1,
							'link_before'    => '<span class="screen-reader-text">',
							'link_after'     => '</span>',
						) );
					?>
				</nav><!-- .social-navigation -->
			<?php endif; ?>

			<div class="site-info">
				<?php
					/**
					 * Fires before the twentysixteen footer text for footer customization.
					 *
					 * @since Twenty Sixteen 1.0
					 */
					do_action( 'twentysixteen_credits' );
				?>
				<span class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span>
				<?php
				if ( function_exists( 'the_privacy_policy_link' ) ) {
					the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
				}
				?>
				<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>" class="imprint">
					<?php printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); ?>
				</a>
			</div><!-- .site-info -->
		</footer><!-- .site-footer -->
	</div><!-- .site-inner -->
</div><!-- .site -->

<?php wp_footer(); ?>
</body>
</html>
home/xbodynamge/www/wp-content/themes/zerif-lite/footer.php000064400000024415151132120320020115 0ustar00<?php
/**
 * The template for displaying the footer.
 * Contains the closing of the #content div and all content after
 *
 * @package zerif-lite
 */

?>

</div><!-- .site-content -->

<?php zerif_before_footer_trigger(); ?>

<footer id="footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter">

	<?php zerif_footer_widgets_trigger(); ?>

	<div class="container">

		<?php zerif_top_footer_trigger(); ?>

		<?php
			$footer_sections = 0;

		if ( current_user_can( 'edit_theme_options' ) ) {
			$zerif_address      = get_theme_mod( 'zerif_address', sprintf( '<a href="%1$s">%2$s</a>', esc_url( admin_url( 'customize.php?autofocus&#91;control&#93;=zerif_address' ) ), __( 'Company address', 'zerif-lite' ) ) );
			$zerif_address_icon = get_theme_mod( 'zerif_address_icon', get_template_directory_uri() . '/images/map25-redish.png' );
		} else {
			$zerif_address      = get_theme_mod( 'zerif_address' );
			$zerif_address_icon = get_theme_mod( 'zerif_address_icon' );
		}

		if ( current_user_can( 'edit_theme_options' ) ) {
			$zerif_email      = get_theme_mod( 'zerif_email', sprintf( '<a href="%1$s">%2$s</a>', esc_url( admin_url( 'customize.php?autofocus&#91;control&#93;=zerif_email' ) ), __( 'youremail@site.com', 'zerif-lite' ) ) );
			$zerif_email_icon = get_theme_mod( 'zerif_email_icon', get_template_directory_uri() . '/images/envelope4-green.png' );
		} else {
			$zerif_email      = get_theme_mod( 'zerif_email' );
			$zerif_email_icon = get_theme_mod( 'zerif_email_icon' );
		}

		if ( current_user_can( 'edit_theme_options' ) ) {
			$zerif_phone      = get_theme_mod( 'zerif_phone', sprintf( '<a href="%1$s">%2$s</a>', esc_url( admin_url( 'customize.php?autofocus&#91;control&#93;=zerif_phone' ) ), __( '0 332 548 954', 'zerif-lite' ) ) );
			$zerif_phone_icon = get_theme_mod( 'zerif_phone_icon', get_template_directory_uri() . '/images/telephone65-blue.png' );
		} else {
			$zerif_phone      = get_theme_mod( 'zerif_phone' );
			$zerif_phone_icon = get_theme_mod( 'zerif_phone_icon' );
		}

			$zerif_socials_facebook  = get_theme_mod( 'zerif_socials_facebook' );
			$zerif_socials_twitter   = get_theme_mod( 'zerif_socials_twitter' );
			$zerif_socials_linkedin  = get_theme_mod( 'zerif_socials_linkedin' );
			$zerif_socials_behance   = get_theme_mod( 'zerif_socials_behance' );
			$zerif_socials_dribbble  = get_theme_mod( 'zerif_socials_dribbble' );
			$zerif_socials_instagram = get_theme_mod( 'zerif_socials_instagram' );

			$zerif_accessibility = get_theme_mod( 'zerif_accessibility' );
			$zerif_copyright     = get_theme_mod( 'zerif_copyright' );

			$zerif_powered_by = true;

		if ( ! empty( $zerif_address ) || ! empty( $zerif_address_icon ) ) {
			$footer_sections ++;
		}

		if ( ! empty( $zerif_email ) || ! empty( $zerif_email_icon ) ) {
			$footer_sections ++;
		}

		if ( ! empty( $zerif_phone ) || ! empty( $zerif_phone_icon ) ) {
			$footer_sections ++;
		}
		if ( ! empty( $zerif_socials_facebook ) || ! empty( $zerif_socials_twitter ) || ! empty( $zerif_socials_linkedin ) || ! empty( $zerif_socials_behance ) || ! empty( $zerif_socials_dribbble ) ||
			! empty( $zerif_copyright ) || ! empty( $zerif_powered_by ) || ! empty( $zerif_socials_instagram ) ) {
			$footer_sections ++;
		}

		if ( $footer_sections == 1 ) {
			$footer_class = 'col-md-12';
		} elseif ( $footer_sections == 2 ) {
			$footer_class = 'col-md-6';
		} elseif ( $footer_sections == 3 ) {
			$footer_class = 'col-md-4';
		} elseif ( $footer_sections == 4 ) {
			$footer_class = 'col-md-3';
		} else {
			$footer_class = 'col-md-3';
		}

		if ( ! empty( $footer_class ) ) {

			/* COMPANY ADDRESS */
			if ( ! empty( $zerif_address_icon ) || ! empty( $zerif_address ) ) {
				echo '<div class="' . $footer_class . ' company-details">';

				if ( ! empty( $zerif_address_icon ) ) {
					echo '<div class="icon-top red-text">';
					if ( ! empty( $zerif_address ) ) {
						echo '<a target="_blank" href="https://www.google.com.sg/maps/place/' . wp_strip_all_tags( $zerif_address ) . '">';
					}
					echo '<img src="' . esc_url( $zerif_address_icon ) . '" alt="" />';
					if ( ! empty( $zerif_address ) ) {
						echo '</a>';
					}
					echo '</div>';
				}

				if ( ! empty( $zerif_address ) ) {
					echo '<div class="zerif-footer-address">';
					echo wp_kses_post( $zerif_address );
					echo '</div>';
				} elseif ( is_customize_preview() ) {
					echo '<div class="zerif-footer-address zerif_hidden_if_not_customizer"></div>';
				}

				echo '</div>';
			}

			/* COMPANY EMAIL */
			if ( ! empty( $zerif_email_icon ) || ! empty( $zerif_email ) ) {
				echo '<div class="' . $footer_class . ' company-details">';

				if ( ! empty( $zerif_email_icon ) ) {
					echo '<div class="icon-top green-text">';
					if ( ! empty( $zerif_email ) ) {
						echo '<a href="mailto:' . wp_strip_all_tags( $zerif_email ) . '">';
					}
					echo '<img src="' . esc_url( $zerif_email_icon ) . '" alt="" />';
					if ( ! empty( $zerif_email ) ) {
						echo '</a>';
					}
					echo '</div>';
				}
				if ( ! empty( $zerif_email ) ) {
					echo '<div class="zerif-footer-email">';
					echo wp_kses_post( $zerif_email );
					echo '</div>';
				} elseif ( is_customize_preview() ) {
					echo '<div class="zerif-footer-email zerif_hidden_if_not_customizer"></div>';
				}
				echo '</div>';
			}

			/* COMPANY PHONE NUMBER */
			if ( ! empty( $zerif_phone_icon ) || ! empty( $zerif_phone ) ) {
				echo '<div class="' . $footer_class . ' company-details">';
				if ( ! empty( $zerif_phone_icon ) ) {
					echo '<div class="icon-top blue-text">';
					if ( ! empty( $zerif_phone ) ) {
						echo '<a href="tel: ' . wp_strip_all_tags( $zerif_phone ) . '">';
					}
					echo '<img src="' . esc_url( $zerif_phone_icon ) . '" alt="" />';
					if ( ! empty( $zerif_phone ) ) {
						echo '</a>';
					}
					echo '</div>';
				}
				if ( ! empty( $zerif_phone ) ) {
					echo '<div class="zerif-footer-phone">';
					echo wp_kses_post( $zerif_phone );
					echo '</div>';
				} elseif ( is_customize_preview() ) {
					echo '<div class="zerif-footer-phone zerif_hidden_if_not_customizer"></div>';
				}
				echo '</div>';
			}
		}

			// open link in a new tab when checkbox "accessibility" is not ticked
			$attribut_new_tab = ( isset( $zerif_accessibility ) && ( $zerif_accessibility != 1 ) ? ' target="_blank"' : '' );

		if ( ! empty( $zerif_socials_facebook ) || ! empty( $zerif_socials_twitter ) || ! empty( $zerif_socials_linkedin ) || ! empty( $zerif_socials_behance ) || ! empty( $zerif_socials_dribbble ) ||
			! empty( $zerif_copyright ) || ! empty( $zerif_powered_by ) || ! empty( $zerif_socials_instagram ) ) {

			echo '<div class="' . $footer_class . ' copyright">';
			if ( ! empty( $zerif_socials_facebook ) || ! empty( $zerif_socials_twitter ) || ! empty( $zerif_socials_linkedin ) || ! empty( $zerif_socials_behance ) || ! empty( $zerif_socials_dribbble ) ) {

				echo '<ul class="social">';

				/* facebook */
				if ( ! empty( $zerif_socials_facebook ) ) {
					echo '<li id="facebook"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_facebook ) . '"><span class="sr-only">' . __( 'Facebook link', 'zerif-lite' ) . '</span> <i class="fa fa-facebook"></i></a></li>';
				}
				/* twitter */
				if ( ! empty( $zerif_socials_twitter ) ) {
					echo '<li id="twitter"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_twitter ) . '"><span class="sr-only">' . __( 'Twitter link', 'zerif-lite' ) . '</span> <i class="fa fa-twitter"></i></a></li>';
				}
				/* linkedin */
				if ( ! empty( $zerif_socials_linkedin ) ) {
					echo '<li id="linkedin"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_linkedin ) . '"><span class="sr-only">' . __( 'Linkedin link', 'zerif-lite' ) . '</span> <i class="fa fa-linkedin"></i></a></li>';
				}
				/* behance */
				if ( ! empty( $zerif_socials_behance ) ) {
					echo '<li id="behance"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_behance ) . '"><span class="sr-only">' . __( 'Behance link', 'zerif-lite' ) . '</span> <i class="fa fa-behance"></i></a></li>';
				}
				/* dribbble */
				if ( ! empty( $zerif_socials_dribbble ) ) {
					echo '<li id="dribbble"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_dribbble ) . '"><span class="sr-only">' . __( 'Dribble link', 'zerif-lite' ) . '</span> <i class="fa fa-dribbble"></i></a></li>';
				}
				/* instagram */
				if ( ! empty( $zerif_socials_instagram ) ) {
					echo '<li id="instagram"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_instagram ) . '"><span class="sr-only">' . __( 'Instagram link', 'zerif-lite' ) . '</span> <i class="fa fa-instagram"></i></a></li>';
				}

				echo '</ul><!-- .social -->';
			}

			if ( ! empty( $zerif_copyright ) ) {
				echo '<p id="zerif-copyright">' . wp_kses_post( $zerif_copyright ) . '</p>';
			} elseif ( is_customize_preview() ) {
				echo '<p id="zerif-copyright" class="zerif_hidden_if_not_customizer"></p>';
			}

			/* Translators: %s: ThemeIsle link */
			echo '<div class="zerif-copyright-box"><a class="zerif-copyright" rel="nofollow">Zerif Lite </a>' . sprintf( __( 'developed by %s', 'zerif-lite' ), '<a class="zerif-copyright" href="' . esc_url( 'https://themeisle.com' ) . '" ' . $attribut_new_tab . ' rel="nofollow">' . __( 'ThemeIsle', 'zerif-lite' ) . '</a>' ) . '</div>';

			echo '</div>';

		}

		zerif_bottom_footer_trigger();
		?>
	</div> <!-- / END CONTAINER -->

</footer> <!-- / END FOOOTER  -->

<?php zerif_after_footer_trigger(); ?>

	</div><!-- mobile-bg-fix-whole-site -->
</div><!-- .mobile-bg-fix-wrap -->

<?php
/**
 *  Fix for sections with widgets not appearing anymore after the hide button is selected for each section
 */

if ( is_customize_preview() ) {

	if ( is_active_sidebar( 'sidebar-ourfocus' ) ) {
		echo '<div class="zerif_hidden_if_not_customizer">';
			dynamic_sidebar( 'sidebar-ourfocus' );
		echo '</div>';
	}
	if ( is_active_sidebar( 'sidebar-aboutus' ) ) {
		echo '<div class="zerif_hidden_if_not_customizer">';
			dynamic_sidebar( 'sidebar-aboutus' );
		echo '</div>';
	}
	if ( is_active_sidebar( 'sidebar-ourteam' ) ) {
		echo '<div class="zerif_hidden_if_not_customizer">';
			dynamic_sidebar( 'sidebar-ourteam' );
		echo '</div>';
	}
	if ( is_active_sidebar( 'sidebar-testimonials' ) ) {
		echo '<div class="zerif_hidden_if_not_customizer">';
			dynamic_sidebar( 'sidebar-testimonials' );
		echo '</div>';
	}
}

?>

<?php wp_footer(); ?>

<?php zerif_bottom_body_trigger(); ?>

</body>

</html>
home/xbodynamge/lebauwcentre/wp-content/themes/customify/footer.php000064400000001661151133716460021740 0ustar00<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package customify
 */

?>              <?php do_action( 'customify/main/after' ); ?>
			</main><!-- #main -->
			<?php do_action( 'customify/sidebars' ); ?>
		</div><!-- #.customify-grid -->
	</div><!-- #.customify-container -->
</div><!-- #content -->
<?php
/**
 * Hook before site content
 *
 * @since 0.2.2
 */
do_action( 'customify/after-site-content' );

do_action( 'customify/site-end/before' );
if ( ! customify_is_e_theme_location( 'footer' ) ) {
	/**
	 * Site end
	 *
	 * @hooked customify_customize_render_footer - 10
	 *
	 * @see customify_customize_render_footer
	 */
	do_action( 'customify/site-end' );
}
do_action( 'customify/site-end/after' );

?>
</div><!-- #page -->

<?php wp_footer(); ?>

</body>
</html>
home/xbodynamge/lebauwcentre/wp-includes/theme-compat/footer.php000060400000002045151133725300021132 0ustar00<?php
/**
 * @package WordPress
 * @subpackage Theme_Compat
 * @deprecated 3.0.0
 *
 * This file is here for backward compatibility with old themes and will be removed in a future version
 */
_deprecated_file(
	/* translators: %s: template name */
	sprintf( __( 'Theme without %s' ), basename( __FILE__ ) ),
	'3.0.0',
	null,
	/* translators: %s: template name */
	sprintf( __( 'Please include a %s template in your theme.' ), basename( __FILE__ ) )
);
?>

<hr />
<div id="footer" role="contentinfo">
<!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
	<p>
		<?php
		printf(
			/* translators: 1: blog name, 2: WordPress */
			__( '%1$s is proudly powered by %2$s' ),
			get_bloginfo( 'name' ),
			'<a href="https://wordpress.org/">WordPress</a>'
		);
		?>
	</p>
</div>
</div>

<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
<?php /* "Just what do you think you're doing Dave?" */ ?>

		<?php wp_footer(); ?>
</body>
</html>
home/xbodynamge/lebauwcentre/wp-content/themes/zerif-lite/footer.php000064400000024415151134036220021760 0ustar00<?php
/**
 * The template for displaying the footer.
 * Contains the closing of the #content div and all content after
 *
 * @package zerif-lite
 */

?>

</div><!-- .site-content -->

<?php zerif_before_footer_trigger(); ?>

<footer id="footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter">

	<?php zerif_footer_widgets_trigger(); ?>

	<div class="container">

		<?php zerif_top_footer_trigger(); ?>

		<?php
			$footer_sections = 0;

		if ( current_user_can( 'edit_theme_options' ) ) {
			$zerif_address      = get_theme_mod( 'zerif_address', sprintf( '<a href="%1$s">%2$s</a>', esc_url( admin_url( 'customize.php?autofocus&#91;control&#93;=zerif_address' ) ), __( 'Company address', 'zerif-lite' ) ) );
			$zerif_address_icon = get_theme_mod( 'zerif_address_icon', get_template_directory_uri() . '/images/map25-redish.png' );
		} else {
			$zerif_address      = get_theme_mod( 'zerif_address' );
			$zerif_address_icon = get_theme_mod( 'zerif_address_icon' );
		}

		if ( current_user_can( 'edit_theme_options' ) ) {
			$zerif_email      = get_theme_mod( 'zerif_email', sprintf( '<a href="%1$s">%2$s</a>', esc_url( admin_url( 'customize.php?autofocus&#91;control&#93;=zerif_email' ) ), __( 'youremail@site.com', 'zerif-lite' ) ) );
			$zerif_email_icon = get_theme_mod( 'zerif_email_icon', get_template_directory_uri() . '/images/envelope4-green.png' );
		} else {
			$zerif_email      = get_theme_mod( 'zerif_email' );
			$zerif_email_icon = get_theme_mod( 'zerif_email_icon' );
		}

		if ( current_user_can( 'edit_theme_options' ) ) {
			$zerif_phone      = get_theme_mod( 'zerif_phone', sprintf( '<a href="%1$s">%2$s</a>', esc_url( admin_url( 'customize.php?autofocus&#91;control&#93;=zerif_phone' ) ), __( '0 332 548 954', 'zerif-lite' ) ) );
			$zerif_phone_icon = get_theme_mod( 'zerif_phone_icon', get_template_directory_uri() . '/images/telephone65-blue.png' );
		} else {
			$zerif_phone      = get_theme_mod( 'zerif_phone' );
			$zerif_phone_icon = get_theme_mod( 'zerif_phone_icon' );
		}

			$zerif_socials_facebook  = get_theme_mod( 'zerif_socials_facebook' );
			$zerif_socials_twitter   = get_theme_mod( 'zerif_socials_twitter' );
			$zerif_socials_linkedin  = get_theme_mod( 'zerif_socials_linkedin' );
			$zerif_socials_behance   = get_theme_mod( 'zerif_socials_behance' );
			$zerif_socials_dribbble  = get_theme_mod( 'zerif_socials_dribbble' );
			$zerif_socials_instagram = get_theme_mod( 'zerif_socials_instagram' );

			$zerif_accessibility = get_theme_mod( 'zerif_accessibility' );
			$zerif_copyright     = get_theme_mod( 'zerif_copyright' );

			$zerif_powered_by = true;

		if ( ! empty( $zerif_address ) || ! empty( $zerif_address_icon ) ) {
			$footer_sections ++;
		}

		if ( ! empty( $zerif_email ) || ! empty( $zerif_email_icon ) ) {
			$footer_sections ++;
		}

		if ( ! empty( $zerif_phone ) || ! empty( $zerif_phone_icon ) ) {
			$footer_sections ++;
		}
		if ( ! empty( $zerif_socials_facebook ) || ! empty( $zerif_socials_twitter ) || ! empty( $zerif_socials_linkedin ) || ! empty( $zerif_socials_behance ) || ! empty( $zerif_socials_dribbble ) ||
			! empty( $zerif_copyright ) || ! empty( $zerif_powered_by ) || ! empty( $zerif_socials_instagram ) ) {
			$footer_sections ++;
		}

		if ( $footer_sections == 1 ) {
			$footer_class = 'col-md-12';
		} elseif ( $footer_sections == 2 ) {
			$footer_class = 'col-md-6';
		} elseif ( $footer_sections == 3 ) {
			$footer_class = 'col-md-4';
		} elseif ( $footer_sections == 4 ) {
			$footer_class = 'col-md-3';
		} else {
			$footer_class = 'col-md-3';
		}

		if ( ! empty( $footer_class ) ) {

			/* COMPANY ADDRESS */
			if ( ! empty( $zerif_address_icon ) || ! empty( $zerif_address ) ) {
				echo '<div class="' . $footer_class . ' company-details">';

				if ( ! empty( $zerif_address_icon ) ) {
					echo '<div class="icon-top red-text">';
					if ( ! empty( $zerif_address ) ) {
						echo '<a target="_blank" href="https://www.google.com.sg/maps/place/' . wp_strip_all_tags( $zerif_address ) . '">';
					}
					echo '<img src="' . esc_url( $zerif_address_icon ) . '" alt="" />';
					if ( ! empty( $zerif_address ) ) {
						echo '</a>';
					}
					echo '</div>';
				}

				if ( ! empty( $zerif_address ) ) {
					echo '<div class="zerif-footer-address">';
					echo wp_kses_post( $zerif_address );
					echo '</div>';
				} elseif ( is_customize_preview() ) {
					echo '<div class="zerif-footer-address zerif_hidden_if_not_customizer"></div>';
				}

				echo '</div>';
			}

			/* COMPANY EMAIL */
			if ( ! empty( $zerif_email_icon ) || ! empty( $zerif_email ) ) {
				echo '<div class="' . $footer_class . ' company-details">';

				if ( ! empty( $zerif_email_icon ) ) {
					echo '<div class="icon-top green-text">';
					if ( ! empty( $zerif_email ) ) {
						echo '<a href="mailto:' . wp_strip_all_tags( $zerif_email ) . '">';
					}
					echo '<img src="' . esc_url( $zerif_email_icon ) . '" alt="" />';
					if ( ! empty( $zerif_email ) ) {
						echo '</a>';
					}
					echo '</div>';
				}
				if ( ! empty( $zerif_email ) ) {
					echo '<div class="zerif-footer-email">';
					echo wp_kses_post( $zerif_email );
					echo '</div>';
				} elseif ( is_customize_preview() ) {
					echo '<div class="zerif-footer-email zerif_hidden_if_not_customizer"></div>';
				}
				echo '</div>';
			}

			/* COMPANY PHONE NUMBER */
			if ( ! empty( $zerif_phone_icon ) || ! empty( $zerif_phone ) ) {
				echo '<div class="' . $footer_class . ' company-details">';
				if ( ! empty( $zerif_phone_icon ) ) {
					echo '<div class="icon-top blue-text">';
					if ( ! empty( $zerif_phone ) ) {
						echo '<a href="tel: ' . wp_strip_all_tags( $zerif_phone ) . '">';
					}
					echo '<img src="' . esc_url( $zerif_phone_icon ) . '" alt="" />';
					if ( ! empty( $zerif_phone ) ) {
						echo '</a>';
					}
					echo '</div>';
				}
				if ( ! empty( $zerif_phone ) ) {
					echo '<div class="zerif-footer-phone">';
					echo wp_kses_post( $zerif_phone );
					echo '</div>';
				} elseif ( is_customize_preview() ) {
					echo '<div class="zerif-footer-phone zerif_hidden_if_not_customizer"></div>';
				}
				echo '</div>';
			}
		}

			// open link in a new tab when checkbox "accessibility" is not ticked
			$attribut_new_tab = ( isset( $zerif_accessibility ) && ( $zerif_accessibility != 1 ) ? ' target="_blank"' : '' );

		if ( ! empty( $zerif_socials_facebook ) || ! empty( $zerif_socials_twitter ) || ! empty( $zerif_socials_linkedin ) || ! empty( $zerif_socials_behance ) || ! empty( $zerif_socials_dribbble ) ||
			! empty( $zerif_copyright ) || ! empty( $zerif_powered_by ) || ! empty( $zerif_socials_instagram ) ) {

			echo '<div class="' . $footer_class . ' copyright">';
			if ( ! empty( $zerif_socials_facebook ) || ! empty( $zerif_socials_twitter ) || ! empty( $zerif_socials_linkedin ) || ! empty( $zerif_socials_behance ) || ! empty( $zerif_socials_dribbble ) ) {

				echo '<ul class="social">';

				/* facebook */
				if ( ! empty( $zerif_socials_facebook ) ) {
					echo '<li id="facebook"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_facebook ) . '"><span class="sr-only">' . __( 'Facebook link', 'zerif-lite' ) . '</span> <i class="fa fa-facebook"></i></a></li>';
				}
				/* twitter */
				if ( ! empty( $zerif_socials_twitter ) ) {
					echo '<li id="twitter"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_twitter ) . '"><span class="sr-only">' . __( 'Twitter link', 'zerif-lite' ) . '</span> <i class="fa fa-twitter"></i></a></li>';
				}
				/* linkedin */
				if ( ! empty( $zerif_socials_linkedin ) ) {
					echo '<li id="linkedin"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_linkedin ) . '"><span class="sr-only">' . __( 'Linkedin link', 'zerif-lite' ) . '</span> <i class="fa fa-linkedin"></i></a></li>';
				}
				/* behance */
				if ( ! empty( $zerif_socials_behance ) ) {
					echo '<li id="behance"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_behance ) . '"><span class="sr-only">' . __( 'Behance link', 'zerif-lite' ) . '</span> <i class="fa fa-behance"></i></a></li>';
				}
				/* dribbble */
				if ( ! empty( $zerif_socials_dribbble ) ) {
					echo '<li id="dribbble"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_dribbble ) . '"><span class="sr-only">' . __( 'Dribble link', 'zerif-lite' ) . '</span> <i class="fa fa-dribbble"></i></a></li>';
				}
				/* instagram */
				if ( ! empty( $zerif_socials_instagram ) ) {
					echo '<li id="instagram"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_instagram ) . '"><span class="sr-only">' . __( 'Instagram link', 'zerif-lite' ) . '</span> <i class="fa fa-instagram"></i></a></li>';
				}

				echo '</ul><!-- .social -->';
			}

			if ( ! empty( $zerif_copyright ) ) {
				echo '<p id="zerif-copyright">' . wp_kses_post( $zerif_copyright ) . '</p>';
			} elseif ( is_customize_preview() ) {
				echo '<p id="zerif-copyright" class="zerif_hidden_if_not_customizer"></p>';
			}

			/* Translators: %s: ThemeIsle link */
			echo '<div class="zerif-copyright-box"><a class="zerif-copyright" rel="nofollow">Zerif Lite </a>' . sprintf( __( 'developed by %s', 'zerif-lite' ), '<a class="zerif-copyright" href="' . esc_url( 'https://themeisle.com' ) . '" ' . $attribut_new_tab . ' rel="nofollow">' . __( 'ThemeIsle', 'zerif-lite' ) . '</a>' ) . '</div>';

			echo '</div>';

		}

		zerif_bottom_footer_trigger();
		?>
	</div> <!-- / END CONTAINER -->

</footer> <!-- / END FOOOTER  -->

<?php zerif_after_footer_trigger(); ?>

	</div><!-- mobile-bg-fix-whole-site -->
</div><!-- .mobile-bg-fix-wrap -->

<?php
/**
 *  Fix for sections with widgets not appearing anymore after the hide button is selected for each section
 */

if ( is_customize_preview() ) {

	if ( is_active_sidebar( 'sidebar-ourfocus' ) ) {
		echo '<div class="zerif_hidden_if_not_customizer">';
			dynamic_sidebar( 'sidebar-ourfocus' );
		echo '</div>';
	}
	if ( is_active_sidebar( 'sidebar-aboutus' ) ) {
		echo '<div class="zerif_hidden_if_not_customizer">';
			dynamic_sidebar( 'sidebar-aboutus' );
		echo '</div>';
	}
	if ( is_active_sidebar( 'sidebar-ourteam' ) ) {
		echo '<div class="zerif_hidden_if_not_customizer">';
			dynamic_sidebar( 'sidebar-ourteam' );
		echo '</div>';
	}
	if ( is_active_sidebar( 'sidebar-testimonials' ) ) {
		echo '<div class="zerif_hidden_if_not_customizer">';
			dynamic_sidebar( 'sidebar-testimonials' );
		echo '</div>';
	}
}

?>

<?php wp_footer(); ?>

<?php zerif_bottom_body_trigger(); ?>

</body>

</html>
home/xbodynamge/crosstraining/wp-content/themes/twentyseventeen/footer.php000060400000002422151134042060023347 0ustar00<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package WordPress
 * @subpackage Twenty_Seventeen
 * @since 1.0
 * @version 1.2
 */

?>

		</div><!-- #content -->

		<footer id="colophon" class="site-footer" role="contentinfo">
			<div class="wrap">
				<?php
				get_template_part( 'template-parts/footer/footer', 'widgets' );

				if ( has_nav_menu( 'social' ) ) : ?>
					<nav class="social-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentyseventeen' ); ?>">
						<?php
							wp_nav_menu( array(
								'theme_location' => 'social',
								'menu_class'     => 'social-links-menu',
								'depth'          => 1,
								'link_before'    => '<span class="screen-reader-text">',
								'link_after'     => '</span>' . twentyseventeen_get_svg( array( 'icon' => 'chain' ) ),
							) );
						?>
					</nav><!-- .social-navigation -->
				<?php endif;

				get_template_part( 'template-parts/footer/site', 'info' );
				?>
			</div><!-- .wrap -->
		</footer><!-- #colophon -->
	</div><!-- .site-content-contain -->
</div><!-- #page -->
<?php wp_footer(); ?>

</body>
</html>
home/xbodynamge/dev/wp-content/themes/zerif-lite/footer.php000064400000024415151135632310020061 0ustar00<?php
/**
 * The template for displaying the footer.
 * Contains the closing of the #content div and all content after
 *
 * @package zerif-lite
 */

?>

</div><!-- .site-content -->

<?php zerif_before_footer_trigger(); ?>

<footer id="footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter">

	<?php zerif_footer_widgets_trigger(); ?>

	<div class="container">

		<?php zerif_top_footer_trigger(); ?>

		<?php
			$footer_sections = 0;

		if ( current_user_can( 'edit_theme_options' ) ) {
			$zerif_address      = get_theme_mod( 'zerif_address', sprintf( '<a href="%1$s">%2$s</a>', esc_url( admin_url( 'customize.php?autofocus&#91;control&#93;=zerif_address' ) ), __( 'Company address', 'zerif-lite' ) ) );
			$zerif_address_icon = get_theme_mod( 'zerif_address_icon', get_template_directory_uri() . '/images/map25-redish.png' );
		} else {
			$zerif_address      = get_theme_mod( 'zerif_address' );
			$zerif_address_icon = get_theme_mod( 'zerif_address_icon' );
		}

		if ( current_user_can( 'edit_theme_options' ) ) {
			$zerif_email      = get_theme_mod( 'zerif_email', sprintf( '<a href="%1$s">%2$s</a>', esc_url( admin_url( 'customize.php?autofocus&#91;control&#93;=zerif_email' ) ), __( 'youremail@site.com', 'zerif-lite' ) ) );
			$zerif_email_icon = get_theme_mod( 'zerif_email_icon', get_template_directory_uri() . '/images/envelope4-green.png' );
		} else {
			$zerif_email      = get_theme_mod( 'zerif_email' );
			$zerif_email_icon = get_theme_mod( 'zerif_email_icon' );
		}

		if ( current_user_can( 'edit_theme_options' ) ) {
			$zerif_phone      = get_theme_mod( 'zerif_phone', sprintf( '<a href="%1$s">%2$s</a>', esc_url( admin_url( 'customize.php?autofocus&#91;control&#93;=zerif_phone' ) ), __( '0 332 548 954', 'zerif-lite' ) ) );
			$zerif_phone_icon = get_theme_mod( 'zerif_phone_icon', get_template_directory_uri() . '/images/telephone65-blue.png' );
		} else {
			$zerif_phone      = get_theme_mod( 'zerif_phone' );
			$zerif_phone_icon = get_theme_mod( 'zerif_phone_icon' );
		}

			$zerif_socials_facebook  = get_theme_mod( 'zerif_socials_facebook' );
			$zerif_socials_twitter   = get_theme_mod( 'zerif_socials_twitter' );
			$zerif_socials_linkedin  = get_theme_mod( 'zerif_socials_linkedin' );
			$zerif_socials_behance   = get_theme_mod( 'zerif_socials_behance' );
			$zerif_socials_dribbble  = get_theme_mod( 'zerif_socials_dribbble' );
			$zerif_socials_instagram = get_theme_mod( 'zerif_socials_instagram' );

			$zerif_accessibility = get_theme_mod( 'zerif_accessibility' );
			$zerif_copyright     = get_theme_mod( 'zerif_copyright' );

			$zerif_powered_by = true;

		if ( ! empty( $zerif_address ) || ! empty( $zerif_address_icon ) ) {
			$footer_sections ++;
		}

		if ( ! empty( $zerif_email ) || ! empty( $zerif_email_icon ) ) {
			$footer_sections ++;
		}

		if ( ! empty( $zerif_phone ) || ! empty( $zerif_phone_icon ) ) {
			$footer_sections ++;
		}
		if ( ! empty( $zerif_socials_facebook ) || ! empty( $zerif_socials_twitter ) || ! empty( $zerif_socials_linkedin ) || ! empty( $zerif_socials_behance ) || ! empty( $zerif_socials_dribbble ) ||
			! empty( $zerif_copyright ) || ! empty( $zerif_powered_by ) || ! empty( $zerif_socials_instagram ) ) {
			$footer_sections ++;
		}

		if ( $footer_sections == 1 ) {
			$footer_class = 'col-md-12';
		} elseif ( $footer_sections == 2 ) {
			$footer_class = 'col-md-6';
		} elseif ( $footer_sections == 3 ) {
			$footer_class = 'col-md-4';
		} elseif ( $footer_sections == 4 ) {
			$footer_class = 'col-md-3';
		} else {
			$footer_class = 'col-md-3';
		}

		if ( ! empty( $footer_class ) ) {

			/* COMPANY ADDRESS */
			if ( ! empty( $zerif_address_icon ) || ! empty( $zerif_address ) ) {
				echo '<div class="' . $footer_class . ' company-details">';

				if ( ! empty( $zerif_address_icon ) ) {
					echo '<div class="icon-top red-text">';
					if ( ! empty( $zerif_address ) ) {
						echo '<a target="_blank" href="https://www.google.com.sg/maps/place/' . wp_strip_all_tags( $zerif_address ) . '">';
					}
					echo '<img src="' . esc_url( $zerif_address_icon ) . '" alt="" />';
					if ( ! empty( $zerif_address ) ) {
						echo '</a>';
					}
					echo '</div>';
				}

				if ( ! empty( $zerif_address ) ) {
					echo '<div class="zerif-footer-address">';
					echo wp_kses_post( $zerif_address );
					echo '</div>';
				} elseif ( is_customize_preview() ) {
					echo '<div class="zerif-footer-address zerif_hidden_if_not_customizer"></div>';
				}

				echo '</div>';
			}

			/* COMPANY EMAIL */
			if ( ! empty( $zerif_email_icon ) || ! empty( $zerif_email ) ) {
				echo '<div class="' . $footer_class . ' company-details">';

				if ( ! empty( $zerif_email_icon ) ) {
					echo '<div class="icon-top green-text">';
					if ( ! empty( $zerif_email ) ) {
						echo '<a href="mailto:' . wp_strip_all_tags( $zerif_email ) . '">';
					}
					echo '<img src="' . esc_url( $zerif_email_icon ) . '" alt="" />';
					if ( ! empty( $zerif_email ) ) {
						echo '</a>';
					}
					echo '</div>';
				}
				if ( ! empty( $zerif_email ) ) {
					echo '<div class="zerif-footer-email">';
					echo wp_kses_post( $zerif_email );
					echo '</div>';
				} elseif ( is_customize_preview() ) {
					echo '<div class="zerif-footer-email zerif_hidden_if_not_customizer"></div>';
				}
				echo '</div>';
			}

			/* COMPANY PHONE NUMBER */
			if ( ! empty( $zerif_phone_icon ) || ! empty( $zerif_phone ) ) {
				echo '<div class="' . $footer_class . ' company-details">';
				if ( ! empty( $zerif_phone_icon ) ) {
					echo '<div class="icon-top blue-text">';
					if ( ! empty( $zerif_phone ) ) {
						echo '<a href="tel: ' . wp_strip_all_tags( $zerif_phone ) . '">';
					}
					echo '<img src="' . esc_url( $zerif_phone_icon ) . '" alt="" />';
					if ( ! empty( $zerif_phone ) ) {
						echo '</a>';
					}
					echo '</div>';
				}
				if ( ! empty( $zerif_phone ) ) {
					echo '<div class="zerif-footer-phone">';
					echo wp_kses_post( $zerif_phone );
					echo '</div>';
				} elseif ( is_customize_preview() ) {
					echo '<div class="zerif-footer-phone zerif_hidden_if_not_customizer"></div>';
				}
				echo '</div>';
			}
		}

			// open link in a new tab when checkbox "accessibility" is not ticked
			$attribut_new_tab = ( isset( $zerif_accessibility ) && ( $zerif_accessibility != 1 ) ? ' target="_blank"' : '' );

		if ( ! empty( $zerif_socials_facebook ) || ! empty( $zerif_socials_twitter ) || ! empty( $zerif_socials_linkedin ) || ! empty( $zerif_socials_behance ) || ! empty( $zerif_socials_dribbble ) ||
			! empty( $zerif_copyright ) || ! empty( $zerif_powered_by ) || ! empty( $zerif_socials_instagram ) ) {

			echo '<div class="' . $footer_class . ' copyright">';
			if ( ! empty( $zerif_socials_facebook ) || ! empty( $zerif_socials_twitter ) || ! empty( $zerif_socials_linkedin ) || ! empty( $zerif_socials_behance ) || ! empty( $zerif_socials_dribbble ) ) {

				echo '<ul class="social">';

				/* facebook */
				if ( ! empty( $zerif_socials_facebook ) ) {
					echo '<li id="facebook"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_facebook ) . '"><span class="sr-only">' . __( 'Facebook link', 'zerif-lite' ) . '</span> <i class="fa fa-facebook"></i></a></li>';
				}
				/* twitter */
				if ( ! empty( $zerif_socials_twitter ) ) {
					echo '<li id="twitter"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_twitter ) . '"><span class="sr-only">' . __( 'Twitter link', 'zerif-lite' ) . '</span> <i class="fa fa-twitter"></i></a></li>';
				}
				/* linkedin */
				if ( ! empty( $zerif_socials_linkedin ) ) {
					echo '<li id="linkedin"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_linkedin ) . '"><span class="sr-only">' . __( 'Linkedin link', 'zerif-lite' ) . '</span> <i class="fa fa-linkedin"></i></a></li>';
				}
				/* behance */
				if ( ! empty( $zerif_socials_behance ) ) {
					echo '<li id="behance"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_behance ) . '"><span class="sr-only">' . __( 'Behance link', 'zerif-lite' ) . '</span> <i class="fa fa-behance"></i></a></li>';
				}
				/* dribbble */
				if ( ! empty( $zerif_socials_dribbble ) ) {
					echo '<li id="dribbble"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_dribbble ) . '"><span class="sr-only">' . __( 'Dribble link', 'zerif-lite' ) . '</span> <i class="fa fa-dribbble"></i></a></li>';
				}
				/* instagram */
				if ( ! empty( $zerif_socials_instagram ) ) {
					echo '<li id="instagram"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_instagram ) . '"><span class="sr-only">' . __( 'Instagram link', 'zerif-lite' ) . '</span> <i class="fa fa-instagram"></i></a></li>';
				}

				echo '</ul><!-- .social -->';
			}

			if ( ! empty( $zerif_copyright ) ) {
				echo '<p id="zerif-copyright">' . wp_kses_post( $zerif_copyright ) . '</p>';
			} elseif ( is_customize_preview() ) {
				echo '<p id="zerif-copyright" class="zerif_hidden_if_not_customizer"></p>';
			}

			/* Translators: %s: ThemeIsle link */
			echo '<div class="zerif-copyright-box"><a class="zerif-copyright" rel="nofollow">Zerif Lite </a>' . sprintf( __( 'developed by %s', 'zerif-lite' ), '<a class="zerif-copyright" href="' . esc_url( 'https://themeisle.com' ) . '" ' . $attribut_new_tab . ' rel="nofollow">' . __( 'ThemeIsle', 'zerif-lite' ) . '</a>' ) . '</div>';

			echo '</div>';

		}

		zerif_bottom_footer_trigger();
		?>
	</div> <!-- / END CONTAINER -->

</footer> <!-- / END FOOOTER  -->

<?php zerif_after_footer_trigger(); ?>

	</div><!-- mobile-bg-fix-whole-site -->
</div><!-- .mobile-bg-fix-wrap -->

<?php
/**
 *  Fix for sections with widgets not appearing anymore after the hide button is selected for each section
 */

if ( is_customize_preview() ) {

	if ( is_active_sidebar( 'sidebar-ourfocus' ) ) {
		echo '<div class="zerif_hidden_if_not_customizer">';
			dynamic_sidebar( 'sidebar-ourfocus' );
		echo '</div>';
	}
	if ( is_active_sidebar( 'sidebar-aboutus' ) ) {
		echo '<div class="zerif_hidden_if_not_customizer">';
			dynamic_sidebar( 'sidebar-aboutus' );
		echo '</div>';
	}
	if ( is_active_sidebar( 'sidebar-ourteam' ) ) {
		echo '<div class="zerif_hidden_if_not_customizer">';
			dynamic_sidebar( 'sidebar-ourteam' );
		echo '</div>';
	}
	if ( is_active_sidebar( 'sidebar-testimonials' ) ) {
		echo '<div class="zerif_hidden_if_not_customizer">';
			dynamic_sidebar( 'sidebar-testimonials' );
		echo '</div>';
	}
}

?>

<?php wp_footer(); ?>

<?php zerif_bottom_body_trigger(); ?>

</body>

</html>
home/xbodynamge/www/wp-content/themes/twentyseventeen/footer.php000064400000002457151136322660021333 0ustar00<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package WordPress
 * @subpackage Twenty_Seventeen
 * @since 1.0
 * @version 1.2
 */

?>

		</div><!-- #content -->

		<footer id="colophon" class="site-footer" role="contentinfo">
			<div class="wrap">
				<?php
				get_template_part( 'template-parts/footer/footer', 'widgets' );

				if ( has_nav_menu( 'social' ) ) :
				?>
					<nav class="social-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentyseventeen' ); ?>">
						<?php
							wp_nav_menu(
								array(
									'theme_location' => 'social',
									'menu_class'     => 'social-links-menu',
									'depth'          => 1,
									'link_before'    => '<span class="screen-reader-text">',
									'link_after'     => '</span>' . twentyseventeen_get_svg( array( 'icon' => 'chain' ) ),
								)
							);
						?>
					</nav><!-- .social-navigation -->
				<?php
				endif;

				get_template_part( 'template-parts/footer/site', 'info' );
				?>
			</div><!-- .wrap -->
		</footer><!-- #colophon -->
	</div><!-- .site-content-contain -->
</div><!-- #page -->
<?php wp_footer(); ?>

</body>
</html>
home/xbodynamge/www/wp-content/themes/twentysixteen/footer.php000060400000004021151137564300020777 0ustar00<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after
 *
 * @package WordPress
 * @subpackage Twenty_Sixteen
 * @since Twenty Sixteen 1.0
 */
?>

		</div><!-- .site-content -->

		<footer id="colophon" class="site-footer" role="contentinfo">
			<?php if ( has_nav_menu( 'primary' ) ) : ?>
				<nav class="main-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Primary Menu', 'twentysixteen' ); ?>">
					<?php
						wp_nav_menu( array(
							'theme_location' => 'primary',
							'menu_class'     => 'primary-menu',
						 ) );
					?>
				</nav><!-- .main-navigation -->
			<?php endif; ?>

			<?php if ( has_nav_menu( 'social' ) ) : ?>
				<nav class="social-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentysixteen' ); ?>">
					<?php
						wp_nav_menu( array(
							'theme_location' => 'social',
							'menu_class'     => 'social-links-menu',
							'depth'          => 1,
							'link_before'    => '<span class="screen-reader-text">',
							'link_after'     => '</span>',
						) );
					?>
				</nav><!-- .social-navigation -->
			<?php endif; ?>

			<div class="site-info">
				<?php
					/**
					 * Fires before the twentysixteen footer text for footer customization.
					 *
					 * @since Twenty Sixteen 1.0
					 */
					do_action( 'twentysixteen_credits' );
				?>
				<span class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span>
				<?php
				if ( function_exists( 'the_privacy_policy_link' ) ) {
					the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
				}
				?>
				<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>" class="imprint">
					<?php printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); ?>
				</a>
			</div><!-- .site-info -->
		</footer><!-- .site-footer -->
	</div><!-- .site-inner -->
</div><!-- .site -->

<?php wp_footer(); ?>
</body>
</html>
home/xbodynamge/crosstraining/wp-content/themes/custom-file-5-1751661813/footer.php000064400000001720151143610310023560 0ustar00<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package PopularFX
 */
 
$footer_text = get_theme_mod('popularfx_footer_text');

?>

	<footer id="colophon" class="site-footer">
		<div class="site-info">
			<?php if(empty($footer_text)){ ?>
			<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'popularfx' ) ); ?>">
				<?php
				/* translators: %s: CMS name, i.e. WordPress. */
				printf( esc_html__( 'Proudly powered by %s', 'popularfx' ), 'WordPress' );
				?>
			</a>
			<span class="sep"> | </span>
			<?php
			/* translators: 1: Theme name, 2: Theme author. */
			printf( popularfx_theme_credits() );
			?>
			<?php }else{
				echo wp_kses($footer_text, 'post');
			} ?>
		</div><!-- .site-info -->
	</footer><!-- #colophon -->
</div><!-- #page -->

<?php wp_footer(); ?>

</body>
</html>
home/xbodynamge/lebauwcentre/wp-content/themes/twentyseventeen/footer.php000060400000002461151143643470023161 0ustar00<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package WordPress
 * @subpackage Twenty_Seventeen
 * @since 1.0
 * @version 1.2
 */

?>

		</div><!-- #content -->

		<footer id="colophon" class="site-footer" role="contentinfo">
			<div class="wrap">
				<?php
				get_template_part( 'template-parts/footer/footer', 'widgets' );

				if ( has_nav_menu( 'social' ) ) :
					?>
					<nav class="social-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentyseventeen' ); ?>">
						<?php
							wp_nav_menu(
								array(
									'theme_location' => 'social',
									'menu_class'     => 'social-links-menu',
									'depth'          => 1,
									'link_before'    => '<span class="screen-reader-text">',
									'link_after'     => '</span>' . twentyseventeen_get_svg( array( 'icon' => 'chain' ) ),
								)
							);
						?>
					</nav><!-- .social-navigation -->
					<?php
				endif;

				get_template_part( 'template-parts/footer/site', 'info' );
				?>
			</div><!-- .wrap -->
		</footer><!-- #colophon -->
	</div><!-- .site-content-contain -->
</div><!-- #page -->
<?php wp_footer(); ?>

</body>
</html>
home/xbodynamge/namtation/wp-content/themes/zerif-lite/footer.php000064400000024415151145054120021273 0ustar00<?php
/**
 * The template for displaying the footer.
 * Contains the closing of the #content div and all content after
 *
 * @package zerif-lite
 */

?>

</div><!-- .site-content -->

<?php zerif_before_footer_trigger(); ?>

<footer id="footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter">

	<?php zerif_footer_widgets_trigger(); ?>

	<div class="container">

		<?php zerif_top_footer_trigger(); ?>

		<?php
			$footer_sections = 0;

		if ( current_user_can( 'edit_theme_options' ) ) {
			$zerif_address      = get_theme_mod( 'zerif_address', sprintf( '<a href="%1$s">%2$s</a>', esc_url( admin_url( 'customize.php?autofocus&#91;control&#93;=zerif_address' ) ), __( 'Company address', 'zerif-lite' ) ) );
			$zerif_address_icon = get_theme_mod( 'zerif_address_icon', get_template_directory_uri() . '/images/map25-redish.png' );
		} else {
			$zerif_address      = get_theme_mod( 'zerif_address' );
			$zerif_address_icon = get_theme_mod( 'zerif_address_icon' );
		}

		if ( current_user_can( 'edit_theme_options' ) ) {
			$zerif_email      = get_theme_mod( 'zerif_email', sprintf( '<a href="%1$s">%2$s</a>', esc_url( admin_url( 'customize.php?autofocus&#91;control&#93;=zerif_email' ) ), __( 'youremail@site.com', 'zerif-lite' ) ) );
			$zerif_email_icon = get_theme_mod( 'zerif_email_icon', get_template_directory_uri() . '/images/envelope4-green.png' );
		} else {
			$zerif_email      = get_theme_mod( 'zerif_email' );
			$zerif_email_icon = get_theme_mod( 'zerif_email_icon' );
		}

		if ( current_user_can( 'edit_theme_options' ) ) {
			$zerif_phone      = get_theme_mod( 'zerif_phone', sprintf( '<a href="%1$s">%2$s</a>', esc_url( admin_url( 'customize.php?autofocus&#91;control&#93;=zerif_phone' ) ), __( '0 332 548 954', 'zerif-lite' ) ) );
			$zerif_phone_icon = get_theme_mod( 'zerif_phone_icon', get_template_directory_uri() . '/images/telephone65-blue.png' );
		} else {
			$zerif_phone      = get_theme_mod( 'zerif_phone' );
			$zerif_phone_icon = get_theme_mod( 'zerif_phone_icon' );
		}

			$zerif_socials_facebook  = get_theme_mod( 'zerif_socials_facebook' );
			$zerif_socials_twitter   = get_theme_mod( 'zerif_socials_twitter' );
			$zerif_socials_linkedin  = get_theme_mod( 'zerif_socials_linkedin' );
			$zerif_socials_behance   = get_theme_mod( 'zerif_socials_behance' );
			$zerif_socials_dribbble  = get_theme_mod( 'zerif_socials_dribbble' );
			$zerif_socials_instagram = get_theme_mod( 'zerif_socials_instagram' );

			$zerif_accessibility = get_theme_mod( 'zerif_accessibility' );
			$zerif_copyright     = get_theme_mod( 'zerif_copyright' );

			$zerif_powered_by = true;

		if ( ! empty( $zerif_address ) || ! empty( $zerif_address_icon ) ) {
			$footer_sections ++;
		}

		if ( ! empty( $zerif_email ) || ! empty( $zerif_email_icon ) ) {
			$footer_sections ++;
		}

		if ( ! empty( $zerif_phone ) || ! empty( $zerif_phone_icon ) ) {
			$footer_sections ++;
		}
		if ( ! empty( $zerif_socials_facebook ) || ! empty( $zerif_socials_twitter ) || ! empty( $zerif_socials_linkedin ) || ! empty( $zerif_socials_behance ) || ! empty( $zerif_socials_dribbble ) ||
			! empty( $zerif_copyright ) || ! empty( $zerif_powered_by ) || ! empty( $zerif_socials_instagram ) ) {
			$footer_sections ++;
		}

		if ( $footer_sections == 1 ) {
			$footer_class = 'col-md-12';
		} elseif ( $footer_sections == 2 ) {
			$footer_class = 'col-md-6';
		} elseif ( $footer_sections == 3 ) {
			$footer_class = 'col-md-4';
		} elseif ( $footer_sections == 4 ) {
			$footer_class = 'col-md-3';
		} else {
			$footer_class = 'col-md-3';
		}

		if ( ! empty( $footer_class ) ) {

			/* COMPANY ADDRESS */
			if ( ! empty( $zerif_address_icon ) || ! empty( $zerif_address ) ) {
				echo '<div class="' . $footer_class . ' company-details">';

				if ( ! empty( $zerif_address_icon ) ) {
					echo '<div class="icon-top red-text">';
					if ( ! empty( $zerif_address ) ) {
						echo '<a target="_blank" href="https://www.google.com.sg/maps/place/' . wp_strip_all_tags( $zerif_address ) . '">';
					}
					echo '<img src="' . esc_url( $zerif_address_icon ) . '" alt="" />';
					if ( ! empty( $zerif_address ) ) {
						echo '</a>';
					}
					echo '</div>';
				}

				if ( ! empty( $zerif_address ) ) {
					echo '<div class="zerif-footer-address">';
					echo wp_kses_post( $zerif_address );
					echo '</div>';
				} elseif ( is_customize_preview() ) {
					echo '<div class="zerif-footer-address zerif_hidden_if_not_customizer"></div>';
				}

				echo '</div>';
			}

			/* COMPANY EMAIL */
			if ( ! empty( $zerif_email_icon ) || ! empty( $zerif_email ) ) {
				echo '<div class="' . $footer_class . ' company-details">';

				if ( ! empty( $zerif_email_icon ) ) {
					echo '<div class="icon-top green-text">';
					if ( ! empty( $zerif_email ) ) {
						echo '<a href="mailto:' . wp_strip_all_tags( $zerif_email ) . '">';
					}
					echo '<img src="' . esc_url( $zerif_email_icon ) . '" alt="" />';
					if ( ! empty( $zerif_email ) ) {
						echo '</a>';
					}
					echo '</div>';
				}
				if ( ! empty( $zerif_email ) ) {
					echo '<div class="zerif-footer-email">';
					echo wp_kses_post( $zerif_email );
					echo '</div>';
				} elseif ( is_customize_preview() ) {
					echo '<div class="zerif-footer-email zerif_hidden_if_not_customizer"></div>';
				}
				echo '</div>';
			}

			/* COMPANY PHONE NUMBER */
			if ( ! empty( $zerif_phone_icon ) || ! empty( $zerif_phone ) ) {
				echo '<div class="' . $footer_class . ' company-details">';
				if ( ! empty( $zerif_phone_icon ) ) {
					echo '<div class="icon-top blue-text">';
					if ( ! empty( $zerif_phone ) ) {
						echo '<a href="tel: ' . wp_strip_all_tags( $zerif_phone ) . '">';
					}
					echo '<img src="' . esc_url( $zerif_phone_icon ) . '" alt="" />';
					if ( ! empty( $zerif_phone ) ) {
						echo '</a>';
					}
					echo '</div>';
				}
				if ( ! empty( $zerif_phone ) ) {
					echo '<div class="zerif-footer-phone">';
					echo wp_kses_post( $zerif_phone );
					echo '</div>';
				} elseif ( is_customize_preview() ) {
					echo '<div class="zerif-footer-phone zerif_hidden_if_not_customizer"></div>';
				}
				echo '</div>';
			}
		}

			// open link in a new tab when checkbox "accessibility" is not ticked
			$attribut_new_tab = ( isset( $zerif_accessibility ) && ( $zerif_accessibility != 1 ) ? ' target="_blank"' : '' );

		if ( ! empty( $zerif_socials_facebook ) || ! empty( $zerif_socials_twitter ) || ! empty( $zerif_socials_linkedin ) || ! empty( $zerif_socials_behance ) || ! empty( $zerif_socials_dribbble ) ||
			! empty( $zerif_copyright ) || ! empty( $zerif_powered_by ) || ! empty( $zerif_socials_instagram ) ) {

			echo '<div class="' . $footer_class . ' copyright">';
			if ( ! empty( $zerif_socials_facebook ) || ! empty( $zerif_socials_twitter ) || ! empty( $zerif_socials_linkedin ) || ! empty( $zerif_socials_behance ) || ! empty( $zerif_socials_dribbble ) ) {

				echo '<ul class="social">';

				/* facebook */
				if ( ! empty( $zerif_socials_facebook ) ) {
					echo '<li id="facebook"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_facebook ) . '"><span class="sr-only">' . __( 'Facebook link', 'zerif-lite' ) . '</span> <i class="fa fa-facebook"></i></a></li>';
				}
				/* twitter */
				if ( ! empty( $zerif_socials_twitter ) ) {
					echo '<li id="twitter"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_twitter ) . '"><span class="sr-only">' . __( 'Twitter link', 'zerif-lite' ) . '</span> <i class="fa fa-twitter"></i></a></li>';
				}
				/* linkedin */
				if ( ! empty( $zerif_socials_linkedin ) ) {
					echo '<li id="linkedin"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_linkedin ) . '"><span class="sr-only">' . __( 'Linkedin link', 'zerif-lite' ) . '</span> <i class="fa fa-linkedin"></i></a></li>';
				}
				/* behance */
				if ( ! empty( $zerif_socials_behance ) ) {
					echo '<li id="behance"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_behance ) . '"><span class="sr-only">' . __( 'Behance link', 'zerif-lite' ) . '</span> <i class="fa fa-behance"></i></a></li>';
				}
				/* dribbble */
				if ( ! empty( $zerif_socials_dribbble ) ) {
					echo '<li id="dribbble"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_dribbble ) . '"><span class="sr-only">' . __( 'Dribble link', 'zerif-lite' ) . '</span> <i class="fa fa-dribbble"></i></a></li>';
				}
				/* instagram */
				if ( ! empty( $zerif_socials_instagram ) ) {
					echo '<li id="instagram"><a' . $attribut_new_tab . ' href="' . esc_url( $zerif_socials_instagram ) . '"><span class="sr-only">' . __( 'Instagram link', 'zerif-lite' ) . '</span> <i class="fa fa-instagram"></i></a></li>';
				}

				echo '</ul><!-- .social -->';
			}

			if ( ! empty( $zerif_copyright ) ) {
				echo '<p id="zerif-copyright">' . wp_kses_post( $zerif_copyright ) . '</p>';
			} elseif ( is_customize_preview() ) {
				echo '<p id="zerif-copyright" class="zerif_hidden_if_not_customizer"></p>';
			}

			/* Translators: %s: ThemeIsle link */
			echo '<div class="zerif-copyright-box"><a class="zerif-copyright" rel="nofollow">Zerif Lite </a>' . sprintf( __( 'developed by %s', 'zerif-lite' ), '<a class="zerif-copyright" href="' . esc_url( 'https://themeisle.com' ) . '" ' . $attribut_new_tab . ' rel="nofollow">' . __( 'ThemeIsle', 'zerif-lite' ) . '</a>' ) . '</div>';

			echo '</div>';

		}

		zerif_bottom_footer_trigger();
		?>
	</div> <!-- / END CONTAINER -->

</footer> <!-- / END FOOOTER  -->

<?php zerif_after_footer_trigger(); ?>

	</div><!-- mobile-bg-fix-whole-site -->
</div><!-- .mobile-bg-fix-wrap -->

<?php
/**
 *  Fix for sections with widgets not appearing anymore after the hide button is selected for each section
 */

if ( is_customize_preview() ) {

	if ( is_active_sidebar( 'sidebar-ourfocus' ) ) {
		echo '<div class="zerif_hidden_if_not_customizer">';
			dynamic_sidebar( 'sidebar-ourfocus' );
		echo '</div>';
	}
	if ( is_active_sidebar( 'sidebar-aboutus' ) ) {
		echo '<div class="zerif_hidden_if_not_customizer">';
			dynamic_sidebar( 'sidebar-aboutus' );
		echo '</div>';
	}
	if ( is_active_sidebar( 'sidebar-ourteam' ) ) {
		echo '<div class="zerif_hidden_if_not_customizer">';
			dynamic_sidebar( 'sidebar-ourteam' );
		echo '</div>';
	}
	if ( is_active_sidebar( 'sidebar-testimonials' ) ) {
		echo '<div class="zerif_hidden_if_not_customizer">';
			dynamic_sidebar( 'sidebar-testimonials' );
		echo '</div>';
	}
}

?>

<?php wp_footer(); ?>

<?php zerif_bottom_body_trigger(); ?>

</body>

</html>
home/xbodynamge/crosstraining/wp-includes/theme-compat/footer.php000060400000002043151145265720021345 0ustar00<?php
/**
 * @package WordPress
 * @subpackage Theme_Compat
 * @deprecated 3.0.0
 *
 * This file is here for backward compatibility with old themes and will be removed in a future version
 */
_deprecated_file(
	/* translators: %s: template name */
	sprintf( __( 'Theme without %s' ), basename( __FILE__ ) ),
	'3.0.0',
	null,
	/* translators: %s: template name */
	sprintf( __( 'Please include a %s template in your theme.' ), basename( __FILE__ ) )
);
?>

<hr />
<div id="footer" role="contentinfo">
<!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
	<p>
		<?php
		printf(
			/* translators: 1: blog name, 2: WordPress */
			__( '%1$s is proudly powered by %2$s' ),
			get_bloginfo('name'),
			'<a href="https://wordpress.org/">WordPress</a>'
		);
		?>
	</p>
</div>
</div>

<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
<?php /* "Just what do you think you're doing Dave?" */ ?>

		<?php wp_footer(); ?>
</body>
</html>
home/xbodynamge/crosstraining/wp-content/themes/twentynineteen/footer.php000060400000003110151146670200023161 0ustar00<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package WordPress
 * @subpackage Twenty_Nineteen
 * @since 1.0.0
 */

?>

	</div><!-- #content -->

	<footer id="colophon" class="site-footer">
		<?php get_template_part( 'template-parts/footer/footer', 'widgets' ); ?>
		<div class="site-info">
			<?php $blog_info = get_bloginfo( 'name' ); ?>
			<?php if ( ! empty( $blog_info ) ) : ?>
				<a class="site-name" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>,
			<?php endif; ?>
			<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentynineteen' ) ); ?>" class="imprint">
				<?php
				/* translators: %s: WordPress. */
				printf( __( 'Proudly powered by %s.', 'twentynineteen' ), 'WordPress' );
				?>
			</a>
			<?php
			if ( function_exists( 'the_privacy_policy_link' ) ) {
				the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
			}
			?>
			<?php if ( has_nav_menu( 'footer' ) ) : ?>
				<nav class="footer-navigation" aria-label="<?php esc_attr_e( 'Footer Menu', 'twentynineteen' ); ?>">
					<?php
					wp_nav_menu(
						array(
							'theme_location' => 'footer',
							'menu_class'     => 'footer-menu',
							'depth'          => 1,
						)
					);
					?>
				</nav><!-- .footer-navigation -->
			<?php endif; ?>
		</div><!-- .site-info -->
	</footer><!-- #colophon -->

</div><!-- #page -->

<?php wp_footer(); ?>

</body>
</html>
home/xbodynamge/lebauwcentre/wp-content/themes/twentysixteen/footer.php000060400000004063151147523530022642 0ustar00<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after
 *
 * @package WordPress
 * @subpackage Twenty_Sixteen
 * @since Twenty Sixteen 1.0
 */
?>

		</div><!-- .site-content -->

		<footer id="colophon" class="site-footer" role="contentinfo">
			<?php if ( has_nav_menu( 'primary' ) ) : ?>
				<nav class="main-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Primary Menu', 'twentysixteen' ); ?>">
					<?php
						wp_nav_menu(
							array(
								'theme_location' => 'primary',
								'menu_class'     => 'primary-menu',
							)
						);
					?>
				</nav><!-- .main-navigation -->
			<?php endif; ?>

			<?php if ( has_nav_menu( 'social' ) ) : ?>
				<nav class="social-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentysixteen' ); ?>">
					<?php
						wp_nav_menu(
							array(
								'theme_location' => 'social',
								'menu_class'     => 'social-links-menu',
								'depth'          => 1,
								'link_before'    => '<span class="screen-reader-text">',
								'link_after'     => '</span>',
							)
						);
					?>
				</nav><!-- .social-navigation -->
			<?php endif; ?>

			<div class="site-info">
				<?php
					/**
					 * Fires before the twentysixteen footer text for footer customization.
					 *
					 * @since Twenty Sixteen 1.0
					 */
					do_action( 'twentysixteen_credits' );
				?>
				<span class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span>
				<?php
				if ( function_exists( 'the_privacy_policy_link' ) ) {
					the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
				}
				?>
				<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>" class="imprint">
					<?php printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); ?>
				</a>
			</div><!-- .site-info -->
		</footer><!-- .site-footer -->
	</div><!-- .site-inner -->
</div><!-- .site -->

<?php wp_footer(); ?>
</body>
</html>
home/xbodynamge/namtation/wp-content/themes/twentyseventeen/footer.php000060400000002461151150677120022470 0ustar00<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package WordPress
 * @subpackage Twenty_Seventeen
 * @since 1.0
 * @version 1.2
 */

?>

		</div><!-- #content -->

		<footer id="colophon" class="site-footer" role="contentinfo">
			<div class="wrap">
				<?php
				get_template_part( 'template-parts/footer/footer', 'widgets' );

				if ( has_nav_menu( 'social' ) ) :
					?>
					<nav class="social-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentyseventeen' ); ?>">
						<?php
							wp_nav_menu(
								array(
									'theme_location' => 'social',
									'menu_class'     => 'social-links-menu',
									'depth'          => 1,
									'link_before'    => '<span class="screen-reader-text">',
									'link_after'     => '</span>' . twentyseventeen_get_svg( array( 'icon' => 'chain' ) ),
								)
							);
						?>
					</nav><!-- .social-navigation -->
					<?php
				endif;

				get_template_part( 'template-parts/footer/site', 'info' );
				?>
			</div><!-- .wrap -->
		</footer><!-- #colophon -->
	</div><!-- .site-content-contain -->
</div><!-- #page -->
<?php wp_footer(); ?>

</body>
</html>