![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/confenda.com/wp-content/themes/beevent/ |
<?php /** * The template for displaying the footer * * Contains footer content and the closing of the div elements. * * @package WordPress * @subpackage beevent * @since beevent 4.1 */ beevent_footer(); if(function_exists('beevent_countdown_timer')): beevent_countdown_timer(); endif; ?> <!--Back to top--> <div id="back-top" class="back-top"> <a href="#top"><i class="fa fa-angle-up" aria-hidden="true"></i> </a> </div> <!--/Back to top--> <div id="registration_form" class="modal fade" role="dialog"> <div class="modal-dialog"> <div class="modal-content padding_4x4_40 text-center"> <div class="modal-header"> <h3><?php echo esc_html(beevent_get_option('contact_frm_heading'));?></h3> <button type="button" class="close" data-bs-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> </div> <?php if(function_exists('beevent_popup_form')): echo do_shortcode('[beevent_PopupForm]'); endif; ?> </div> </div> </div> <?php $mapapi = beevent_get_option('map_api'); $mapapioption = beevent_get_option('map_option'); if ( $mapapioption == 'google' ) { wp_enqueue_script('maps', 'https://maps.googleapis.com/maps/api/js?key='.$mapapi.'&libraries=places', 'jquery', '', true); wp_enqueue_script('BeEvent-singlemap', BEEVENT_JS_DIR_URI. '/singlepostmap.js', 'jquery', '', true); } wp_footer();?> </body> <script type="text/javascript"> $(".close-btn").click(function() { $(".navbar-collapse").removeClass("in"); }); </script> </html>