| 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-default.php |
<?php
/**
* The template to display default site footer
*
* @package WordPress
* @subpackage HALLELUJAH
* @since HALLELUJAH 1.0.10
*/
?>
<footer class="footer_wrap footer_default
<?php
$hallelujah_footer_scheme = hallelujah_get_theme_option( 'footer_scheme' );
if ( ! empty( $hallelujah_footer_scheme ) && ! hallelujah_is_inherit( $hallelujah_footer_scheme ) ) {
echo ' scheme_' . esc_attr( $hallelujah_footer_scheme );
}
?>
">
<?php
// Footer widgets area
get_template_part( apply_filters( 'hallelujah_filter_get_template_part', 'templates/footer-widgets' ) );
// Logo
get_template_part( apply_filters( 'hallelujah_filter_get_template_part', 'templates/footer-logo' ) );
// Socials
get_template_part( apply_filters( 'hallelujah_filter_get_template_part', 'templates/footer-socials' ) );
// Menu
get_template_part( apply_filters( 'hallelujah_filter_get_template_part', 'templates/footer-menu' ) );
// Copyright area
get_template_part( apply_filters( 'hallelujah_filter_get_template_part', 'templates/footer-copyright' ) );
?>
</footer><!-- /.footer_wrap -->