| Server IP : 89.108.64.180 / Your IP : 216.73.216.229 Web Server : Apache/2.4.41 (Ubuntu) System : Linux 89-108-64-180.cloudvps.regruhosting.ru 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-root ( 1010) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/www-root/data/www/aravanatula.ru/wp-content/themes/calluna/ |
Upload File : |
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package calluna
*/
$copyright = get_theme_mod( 'footer_txt', 'Copyright 2018 by <a href="https://themetwins.com/best-hotel-wordpress-themes/" title="themetwins" target="_blank">themetwins</a>. Calluna Hotel Theme crafted with love.');
// WPML translations
$copyright = calluna_translate_theme_mod( 'footer_txt', $copyright );
?>
</div>
<footer id="colophon" class="site-footer">
<div class="footer-image-wrapper" <?php if ( get_theme_mod( 'footer_bg_img' ) ) { ?> style="background: url(<?php echo esc_url( calluna_check_is_ssl( get_theme_mod( 'footer_bg_img'))); ?>); background-size:cover;" <?php } ?>>
<?php if( get_theme_mod( 'calluna_footer_widgets_show', 'yes' ) == 'yes' && get_post_meta( $id, 'calluna_post_footer_widgets', true ) != 'hide' ) { ?>
<div class="top-footer-container">
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-sm-6 col-lg-3">
<?php if ( is_active_sidebar( 'footer-logo' ) ) { ?>
<?php dynamic_sidebar( 'footer-logo' ); ?>
<?php } ?>
</div>
<div class="col-xs-12 col-sm-6 col-lg-3">
<?php if ( is_active_sidebar( 'footer-1' ) ) { ?>
<?php dynamic_sidebar( 'footer-1' ); ?>
<?php } ?>
</div>
<div class="col-xs-12 col-sm-6 col-lg-3">
<?php if ( is_active_sidebar( 'footer-2' ) ) { ?>
<?php dynamic_sidebar( 'footer-2' ); ?>
<?php } ?>
</div>
<div class="col-xs-12 col-sm-6 col-lg-3">
<?php if ( is_active_sidebar( 'footer-3' ) ) { ?>
<?php dynamic_sidebar( 'footer-3' ); ?>
<?php } ?>
</div>
</div>
</div>
</div>
<?php } ?>
<?php if( get_theme_mod( 'calluna_footer_bottom_show', 'yes' ) == 'yes' && get_post_meta( $id, 'calluna_post_footer_copyright', true ) != 'hide' ) { ?>
<div class="container-fluid">
<div class="row" style="padding:35px 0px;">
<div class="col-xs-12">
<div class="site-info">
<?php echo $copyright ?>
</div><!-- .site-info -->
</div>
</div>
</div>
<?php } ?>
</div>
</footer><!-- #colophon -->
<!-- Go Top Links -->
<a href="#" id="go-top"><i class="fa fa-angle-up"></i></a>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>