• File: footer.php
  • Full Path: /home/dealkatnwc/www/alternativeline/wp-content/themes/real-estate-salient/footer.php
  • Date Modified: 05/02/2024 1:09 PM
  • File size: 1.41 KB
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * Footer template
 *
 * @package real-estate-salient
 */
?>

<div class="footer container-fluid">
	<div class="container footer-content">
		<div class="row">
			<div class="col-md-4 footer-one clearfix">
				<?php dynamic_sidebar( 'footleft-sidebar'); ?>
			</div>
			<div class="col-md-4 footer-two clearfix">
				<?php dynamic_sidebar( 'footmiddle-sidebar'); ?>
			</div>
			<div class="col-md-4 footer-three clearfix">
				<?php dynamic_sidebar( 'footright-sidebar'); ?>
			</div>
		</div>
	</div>
</div>
<div class="footer-credits container-fluid">
	<div class="col-md-12">
		<div class="container footer-copyright">
			<p><?php echo esc_html__( 'Copyright  &copy; ', 'real-estate-salient' ). date_i18n(__('Y','real-estate-salient')); ?><a href="<?php echo esc_url( home_url() ); ?>">  <?php echo esc_html( get_bloginfo( 'name' ) ); ?></a><?php echo esc_html__( ' Powered by  ', 'real-estate-salient' )?><a href="https://www.wordpress.org" target="_blank" rel="nofollow"><?php echo esc_html__( 'WordPress', 'real-estate-salient' )?></a><?php echo esc_html__( 'Designed by', 'real-estate-salient' );?><a href="<?php echo esc_url( 'https://www.ammuthemes.com/downloads/real-estate-salient-pro/#footer-link'); ?>"><?php echo esc_html__( ' Real Estate WordPress theme', 'real-estate-salient' ); ?></a></p> 
		</div>		
	</div>
</div>

<?php wp_footer(); ?>
</body><!-- body -->
</html><!-- html -->