| 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-custom.php |
<?php
/**
* The template to display default site footer
*
* @package WordPress
* @subpackage HALLELUJAH
* @since HALLELUJAH 1.0.10
*/
$hallelujah_footer_id = hallelujah_get_custom_footer_id();
$hallelujah_footer_meta = get_post_meta( $hallelujah_footer_id, 'trx_addons_options', true );
if ( ! empty( $hallelujah_footer_meta['margin'] ) ) {
hallelujah_add_inline_css( sprintf( '.page_content_wrap{padding-bottom:%s}', esc_attr( hallelujah_prepare_css_value( $hallelujah_footer_meta['margin'] ) ) ) );
}
?>
<footer class="footer_wrap footer_custom footer_custom_<?php echo esc_attr( $hallelujah_footer_id ); ?> footer_custom_<?php echo esc_attr( sanitize_title( get_the_title( $hallelujah_footer_id ) ) ); ?>
<?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
// Custom footer's layout
do_action( 'hallelujah_action_show_layout', $hallelujah_footer_id );
?>
</footer><!-- /.footer_wrap -->