Example #1
0
 * Contains footer content and the closing of the
 * #main and #page div elements.
 *
 * @package WordPress
 * @subpackage Total
 * @since Total 1.0
 */
?>

    </div><!-- #main-content --><?php 
// main-content opens in header.php
?>
	
	<?php 
// Display footer callout - see functions/footer-callout
wpex_footer_callout();
// Get footer unless disabled
// See functions/footer-display.php
if (wpex_display_footer() == true) {
    // Get footer style based on theme option - see "footers" folder
    get_template_part('footers/footer', wpex_option('footer_style', 'one'));
}
?>

</div><!-- #wrap -->

<!-- MOBILE MENU -->
<form method="get" class="mobile-searchform" action="<?php 
echo esc_url(home_url('/'));
?>
" role="search">
Example #2
0
 function wpex_hook_footer_before_default()
 {
     wpex_footer_callout();
 }