HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux srvntsweb01 6.8.0-55-generic #57-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 12 23:42:21 UTC 2025 x86_64
User: admntserv (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/prestitravel.com/wp-content/themes/itfirm/footer.php
<?php
/**
 * The template for displaying the footer.
 * Contains the closing of the #content div and all content after.
 *
 * @package Itfirm
 */ 
$back_totop_on = itfirm_get_opt('back_totop_on', true);
?>
	</div><!-- #content inner -->
</div><!-- #content -->

<?php itfirm_footer(); ?>
<?php if (isset($back_totop_on) && $back_totop_on) : ?>
    <a href="#" class="scroll-top"><span><i class="caseicon-long-arrow-right-three"></i></span></a>
<?php endif; ?>

</div><!-- #page -->
<?php itfirm_search_popup(); ?>
<?php itfirm_sidebar_hidden(); ?>
<?php itfirm_cart_sidebar(); ?>
<?php itfirm_mouse_move_animation(); ?>
<?php wp_footer(); ?>

</body>
</html>