| Server IP : 89.248.107.232 / Your IP : 216.73.217.70 Web Server : Apache System : Linux host2.kasilh.com 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64 User : seg ( 10005) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/seg-sa.es/grupo-seg.com/wp-content/themes/salient/ |
Upload File : |
<?php
/**
* The template for displaying the footer.
*
* @package Salient WordPress Theme
* @version 12.2
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
$nectar_options = get_nectar_theme_options();
$header_format = ( !empty($nectar_options['header_format']) ) ? $nectar_options['header_format'] : 'default';
nectar_hook_before_footer_open();
?>
<div id="footer-outer" <?php nectar_footer_attributes(); ?>>
<?php
nectar_hook_after_footer_open();
get_template_part( 'includes/partials/footer/call-to-action' );
get_template_part( 'includes/partials/footer/main-widgets' );
get_template_part( 'includes/partials/footer/copyright-bar' );
?>
</div><!--/footer-outer-->
<?php
nectar_hook_before_outer_wrap_close();
get_template_part( 'includes/partials/footer/off-canvas-navigation' );
?>
</div> <!--/ajax-content-wrap-->
<?php
// Boxed theme option closing div.
if ( ! empty( $nectar_options['boxed_layout'] ) &&
'1' === $nectar_options['boxed_layout'] &&
'left-header' !== $header_format ) {
echo '</div><!--/boxed closing div-->';
}
get_template_part( 'includes/partials/footer/back-to-top' );
nectar_hook_after_wp_footer();
nectar_hook_before_body_close();
wp_footer();
?>
</body>
</html>