HEX
Server: Apache
System: Linux www6.cpt2.host-h.net 5.10.0-45-amd64 #1 SMP Debian 5.10.259-1 (2026-07-02) x86_64
User: azizavhsgy (1221)
PHP: 8.3.32
Disabled: pcntl_alarm,pcntl_async_signals,pcntl_errno,pcntl_rfork,pcntl_signal_get_handler,pcntl_unshare,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,
Upload Files
File: /usr/www/users/azizavhsgy/wp-content/themes/consultio/footer.php
<?php
/**
 * The template for displaying the footer.
 * Contains the closing of the #content div and all content after.
 *
 * @package Consultio
 */ 
$back_totop_on = consultio_get_opt('back_totop_on', 'show');
$page_back_totop = consultio_get_page_opt('page_back_totop', 'themeoption');
if(isset($page_back_totop) && !empty($page_back_totop) && $page_back_totop != 'themeoption') {
	$back_totop_on = $page_back_totop;
}
?>
	</div><!-- #content inner -->
</div><!-- #content -->

<?php consultio_footer(); ?>
<?php if (isset($back_totop_on) && $back_totop_on == 'show') : ?>
    <a href="#" class="scroll-top"><i class="zmdi zmdi-long-arrow-up"></i></a>
<?php endif; ?>

</div><!-- #page -->
<?php consultio_icon_cart_bar(); ?>
<?php consultio_search_popup(); ?>
<?php consultio_sidebar_hidden(); ?>
<?php consultio_cart_sidebar(); ?>
<?php consultio_newsletter_popup(); ?>
<?php consultio_mouse_move_animation(); ?>
<?php consultio_header_elementor_popup(); ?>
<?php wp_footer(); ?>

</body>
</html>