File "footer.php"
Full Path: /home/fashionbridge/public_html/.tmb/themes/fashion-bridge/footer.php
File size: 816 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Fashion_Bridge
*/
?>
<?php //if(!is_page('home')): ?>
<footer id="colophon" class="nwt-footer site-footer <?php if(is_page('home')){echo "nwt-fixed-footer"; } ?>">
<div class="container">
<div class="row">
<div class="col-sm-12">
<p><span>©2015 - <?php echo date('Y'); ?> All right reserved fashionbridge </span> <span>Design and developed by <a href="mailto:afsarwebdev@gmail.com">AFSAR UDDIN <i class="ri-mail-open-line"></i></a></span></p>
</div>
</div>
</div>
</footer>
<?php //endif; ?>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>