| 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/peyco.es/wp-content/themes/StoreFront/layouts/ |
Upload File : |
<?php
/**
*
* Template footer
*
**/
// create an access to the template main object
global $gk_tpl;
// disable direct access to the file
defined('GAVERN_WP') or die('Access denied');
?>
</div><!-- end of the gk-bg div -->
<footer id="gk-footer">
<div class="gk-page">
<?php if ( !function_exists('register_sidebar') || !dynamic_sidebar('Legales') ) : ?>;<?php endif; ?>
<div class="limpiar"></div>
<?php gavern_menu('footermenu', 'gk-footer-menu'); ?>
<?php if(get_option($gk_tpl->name . '_template_footer_logo', 'Y') == 'Y') : ?>
<img src="<?php echo gavern_file_uri('images/gavernwp.png'); ?>" class="gk-framework-logo" alt="GavernWP" />
<?php endif; ?>
</div>
</footer>
<?php gk_load('popups'); ?>
<?php gk_load('social'); ?>
<?php do_action('gavernwp_footer'); ?>
<?php
echo stripslashes(
htmlspecialchars_decode(
str_replace( ''', "'", get_option($gk_tpl->name . '_footer_code', ''))
)
);
?>
<?php wp_footer(); ?>
<?php do_action('gavernwp_ga_code'); ?>
<script type="text/javascript">
if(jQuery(window).width() > 600) {
jQuery('.parallax .box-title').attr('data-scroll-reveal', 'enter bottom and move 100px over 0.75s').addClass('scroll-revealed');
jQuery(window).scrollReveal = new scrollReveal();
}
</script>
</body>
</html>