| Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 Path : /home/c/u/i/cuisinesj/www/new/wp-content/themes/customizr/templates/parts/ |
| Current File : /home/c/u/i/cuisinesj/www/new/wp-content/themes/customizr/templates/parts/footer.php |
<?php
/**
* The template for displaying the site footer
*
*/
?>
<?php do_action( '__before_footer' ) ?>
<footer id="footer" class="footer__wrapper" <?php czr_fn_echo('element_attributes') ?>>
<?php
do_action( '__before_inner_footer' );
if ( czr_fn_is_registered_or_possible( 'footer_widgets' ) )
czr_fn_render_template( 'footer/footer_widgets' );
if ( czr_fn_is_registered_or_possible( 'footer_colophon' ) )
czr_fn_render_template( 'footer/footer_colophon', array(
'model_args' => array(
'element_inner_class' => czr_fn_get_property( 'footer_clph_container_class' )
)
) );
do_action( '__after_inner_footer' );
?>
</footer>
<?php do_action( '__after_footer' ) ?>