0byt3m1n1
Path:
/
data
/
40
/
5
/
122
/
64
/
5448064
/
user
/
6519071
/
htdocs
/
wp-content
/
themes
/
Jingged
/
[
Home
]
File: footer.php
<?php /** * The template for displaying the footer. * * Contains the closing of the id=main div and all content after * * @package _tk */ ?> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="container"> <div class="row"> <div class="col-sm-4 col-md-4"> <img src="<?php bloginfo('template_directory'); ?>/includes/images/auriculotherapybg.png" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" /> <p class="address">Auriculotherapy Certification Institute (ACI)<br>8033 Sunset Blvd., PMB 270,<br>Los Angeles, CA, 90046-2427 USA</p> </div> <div class="col-sm-5 col-md-5 border"> <h3>Quick Links</h3> <!-- The WordPress Menu goes here --> <?php wp_nav_menu( array( 'theme_location' => 'secondary', 'depth' => 2, 'container' => 'div', 'container_class' => 'footer-navbar', 'menu_class' => 'nav navbar-nav', 'fallback_cb' => 'wp_bootstrap_navwalker::fallback', 'menu_id' => 'footer-menu', 'walker' => new wp_bootstrap_navwalker() ) ); ?> </div> <div class="col-sm-3 col-md-3"> <ul class="footerConatcts"> <li class="phone"><a href="tel:<?php echo $wp_yelp = myprefix_get_theme_option( 'wp_phone_number' ); ?>">Tel: <?php echo $wp_yelp = myprefix_get_theme_option( 'wp_phone_number' ); ?></a></li> <li class="fax"><a href="tel:<?php echo $wp_yelp = myprefix_get_theme_option( 'wp_fax_number' ); ?>">Fax: <?php echo $wp_yelp = myprefix_get_theme_option( 'wp_fax_number' ); ?></a></li> <li class="email"><a href="tel:<?php echo $wp_yelp = myprefix_get_theme_option( 'wp_email_id' ); ?>"><?php echo $wp_yelp = myprefix_get_theme_option( 'wp_email_id' ); ?></a></li> </ul> </div> </div> </div> <div class="copyright"> <div class="container"> <div class="row"> <div class="col-sm-6 col-md-6"><p>Copyright ©<?php echo date('Y'); ?> The Auriculotherapy Certification Institute. All Rights Reserved.</p> </div> <!-- <div class="col-sm-6 col-md-6 text-right"> <p>Designed and developed by <a href="https://www.jingged.com/" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/includes/images/jingged.png" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" /></a></p> </div> --> </div> </div> </div> </footer><!-- close #colophon --> <script> jQuery( document ).ready( function( $ ) { jQuery( ".right_int" ).each(function() { var height_left=jQuery(this).parent().find(".left_int").outerHeight(); var height_right=jQuery(this).outerHeight(); if(height_left<height_right) { jQuery(this).parent().find(".left_int").css({"height":height_right}); } else { jQuery(this).css({"height":height_left}); } }); jQuery( ".internew_out .internew_right" ).each(function() { var height_left=jQuery(this).parent().find(".internew_left").outerHeight(); var height_right=jQuery(this).outerHeight(); if(height_left<height_right) { jQuery(this).parent().css({"min-height":height_right+25}); } else { jQuery(this).parent().css({"min-height":height_left+25}); } }); }); </script> <?php wp_footer(); ?> </body> </html>