| Server IP : 152.53.162.115 / Your IP : 216.73.217.150 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_open,proc_close,proc_get_status,proc_nice,proc_terminate,popen,dl,show_source,putenv,phpinfo,stream_socket_server,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname,posix_getgroups,posix_getgrgid,posix_getpwnam,posix_geteuid,posix_getgid,posix_getuid,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare 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>