| Server IP : 35.154.56.2 / Your IP : 216.73.217.116 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-0-189 6.8.0-1029-aws #31-Ubuntu SMP Wed Apr 23 18:20:04 UTC 2025 aarch64 User : ubuntu ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /srv/prima-automation.com/html/wp-content/themes/bapl/ |
Upload File : |
<?php
/**
* The template for displaying the footer
*
* Contains the opening of the #site-footer div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package WordPress
* @subpackage BAPL
* @since 1.0.0
*/
// For Site Title
$siteTitle = get_bloginfo();
?>
<!-- Footer content begins-->
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-xs-6 col-sm-3 aboutus-footer">
<?php dynamic_sidebar('footer-1'); ?>
</div>
<div class="col-xs-6 col-sm-3 footer-links">
<?php dynamic_sidebar('footer-2'); ?>
</div>
<div class="col-xs-6 col-sm-3 services">
<?php dynamic_sidebar('footer-3'); ?>
</div>
<div class="col-xs-6 col-sm-3 links">
<?php dynamic_sidebar('footer-4'); ?>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="footer-bottom clearfix">
<div class="col-sm-6">
<p>Copyright © <?php echo $siteTitle; ?> <?php echo date('Y'); ?>. All Rights Reserved.</p>
</div>
<div class="col-sm-6">
<div class="social">
<ul>
<li class="fb hvr-icon"><a href="https://www.facebook.com/primaautomation/" target="_blank"><i class="fa fa-facebook"></i>Facebook</a></li>
<li class="instagram hvr-icon"><a href="https://www.instagram.com/primaautomation" target="_blank"><i class="fa fa-instagram"></i>Instagram</a></li>
<li class="linkedin hvr-icon"><a href="https://www.linkedin.com/company/prima-automation-india-pvt.ltd." target="_blank"><i class="fa fa-linkedin"></i>LinkedIn</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Footer content ends-->
<div id="totop"><i class="fa fa-long-arrow-up fa-lg"></i></div>
</div>
<?php wp_footer(); ?>
</body>
</html>