Clinique du Lac » Contactez-nous
Contactez-nous
Une demande d'explication, besoin de plus d'informations ? Envoyez-nous votre demande.Nous vous répondons au plus vite.
/**
* 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 '