| Server IP : 152.53.162.115 / Your IP : 216.73.217.85 Web Server : Apache/2 System : Linux host 6.12.0-55.40.1.el10_0.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Oct 21 05:54:51 EDT 2025 x86_64 User : pbshosting ( 1005) PHP Version : 8.3.30 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/pbshosting/domains/drvinodthomas.in/private_html/wp-content/themes/Theme11/ |
Upload File : |
<?php
/**
* The template for displaying the footer
*
* Contains footer content and the closing of the #main and #page div elements.
*
* @package WordPress
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?>
<div class="row">
<div class="social_icon"> <?php dynamic_sidebar( 'social-icon');?> </div>
</div>
</div><!--Main End-->
<div class="footer">
<div class="row">
<section class="section section-updates contact">
<?php if( is_active_sidebar('ftr-adrs') ) dynamic_sidebar( 'ftr-adrs' );?>
</section>
</div>
<!-- /.row -->
<section class="section section-updates copy">
<div class="section-ribbon"> <i class="fa fa-envelope"></i> </div>
<?php if( is_active_sidebar('copyright') ) dynamic_sidebar( 'copyright' );?>
</section>
</div>
<!-- /.footer -->
</div>
<!-- /.wrapper -->
<script src="<?php echo get_template_directory_uri(); ?>/js/vendor.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/js/jquery.stellar.min.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/js/app.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/js/jquery.slides.min.js"></script>
<script>
jQuery(function() {
jQuery('#slides').slidesjs({
width: 231,
//height: 250,
navigation: true
});
});
</script>
<!-- end -->
<?php wp_footer(); ?>
</body>
</html>