| 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/cuisinesj/www/new/wp-content/themes/customizr/templates/parts/footer/ |
| Current File : /home/cuisinesj/www/new/wp-content/themes/customizr/templates/parts/footer/footer_colophon.php |
<?php
/**
* The template for displaying the standard colophon
*
* @package Customizr
* @since Customizr 3.5.0
*/
?>
<div id="colophon" class="colophon <?php czr_fn_echo('element_class') ?>" <?php czr_fn_echo('element_attributes') ?>>
<div class="<?php czr_fn_echo('element_inner_class') ?>">
<div class="colophon__row row flex-row justify-content-between">
<div class="col-12 col-sm-auto">
<?php if ( czr_fn_is_registered_or_possible( 'footer_credits' ) ) czr_fn_render_template( 'footer/footer_credits' ) ?>
</div>
<?php if ( czr_fn_is_registered_or_possible( 'footer_social_block' ) ) : ?>
<div class="col-12 col-sm-auto">
<div class="social-links">
<?php czr_fn_render_template( 'modules/common/social_block' ) ?>
</div>
</div>
<?php endif ?>
</div>
</div>
</div>