/**
* The template for displaying the footer
*/
$post_option = infinite_get_post_option(get_the_ID());
if( empty($post_option['enable-footer']) || $post_option['enable-footer'] == 'default' ){
$enable_footer = infinite_get_option('general', 'enable-footer', 'enable');
}else{
$enable_footer = $post_option['enable-footer'];
}
if( empty($post_option['enable-copyright']) || $post_option['enable-copyright'] == 'default' ){
$enable_copyright = infinite_get_option('general', 'enable-copyright', 'enable');
}else{
$enable_copyright = $post_option['enable-copyright'];
}
$fixed_footer = infinite_get_option('general', 'fixed-footer', 'disable');
echo '
'; // infinite-page-wrapper
if( $enable_footer == 'enable' || $enable_copyright == 'enable' ){
if( $fixed_footer == 'enable' ){
echo '