| Linux webm007.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 Path : /home/e/g/l/eglisebaa/www/wp-content/themes/hallelujah/templates/ |
| Current File : /home/e/g/l/eglisebaa/www/wp-content/themes/hallelujah/templates/footer-socials.php |
<?php
/**
* The template to display the socials in the footer
*
* @package WordPress
* @subpackage HALLELUJAH
* @since HALLELUJAH 1.0.10
*/
// Socials
if ( hallelujah_is_on( hallelujah_get_theme_option( 'socials_in_footer' ) ) ) {
$hallelujah_output = hallelujah_get_socials_links();
if ( '' != $hallelujah_output ) {
?>
<div class="footer_socials_wrap socials_wrap">
<div class="footer_socials_inner">
<?php hallelujah_show_layout( $hallelujah_output ); ?>
</div>
</div>
<?php
}
}