Copyright text doesn't appear in footer
Hi all,
Here is my link ANEH - 2019 | About the Conference
In the footer section , the texts copyright doesn't appear..But it does in index.php
Kindly help. Thanks in advance.
Here is my foot.php
<footer>
<div class="container">
<div class="row footer-top-w3layouts-agile">
<div class="col-lg-3 footer-grid" data-aos="zoom-in">
<div class="footer-title">
<h2>Venue</h2>
</div>
<div class="footer-text">
<p><br>Multi-Purpose Auditorium
<br>Bishop Heber College
<br>Post Box No. 615
<br>Tiruchirappalli - 620 017.
<br>Tamil Nadu, India.</p>
</div>
<!-- footer-text -->
</div>
<!-- col-lg-3 footer-grid -->
<div class="col-lg-7 footer-grid" data-aos="zoom-in">
<div class="row">
<div class="col-lg-12">
<div class="footer-title">
<h3 class="text-center">For further details contact</h3>
<ul>
<li class="text-center hd">Conference Secretariat ANEH - 2019 :</li>
</ul>
</div>
</div>
<!-- col-lg-12-->
</div>
<!-- row -->
<div class="row">
<div class="col-lg-6">
<div>
<p> <span style="font-weight:bold;">Dr C. Ravi Dhas </span>
<br>Indian Convenor
<br>Head, Department of Physics
<br>Bishop Heber College
<br>Tiruchirappalli - 620 017
<br>Tamilnadu, India.</p>
</div>
<!-- footer-office-hour -->
</div>
<!-- col-lg-6 -->
<div class="col-lg-6">
<p> <span style="font-weight:bold;">Dr. Sudhagar Pitchaimuthu</span > <br>
UK Convenor<br>
Ser Cymru-II Rising Star Fellow<br>
SPECIFIC, College of Engineering,<br>
Swansea University (Bay Campus)<br> Wales, United Kingdom.<br>
</p>
</div>
<!-- col-lg-6-->
</div>
<!-- row-->
<div class="row">
<div class="col-md-12">
<p class="hd"><span style="color:#fff;">Phone:</span> +918680016730, +918680016731(9:00 – 18:00, Working days only)</p>
<p class="hd"><span style="color:#fff;">Email:</span> icaneh19@gmail.com</p>
</div>
<!-- col-lg-12-->
</div>
</div>
<!-- col-lg-8 footer-grid -->
<div class="col-lg-2 footer-grid" data-aos="zoom-in">
<div class="footer-title">
<h3 class="text-center">QR Code</h3>
</div>
<div>
<br>
<p>
<img src="images/qr-code-4.png" class="center" />
</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<!-- agile -->
</div>
<!-- container -->
</footer>
<!---->
<div class="copyright">
<div class="container">
<div class="copyrighttop" data-aos="fade-left">
<ul>
<li>
<h4>Follow us on:</h4>
</li>
<li>
<a class="facebook" href="https://www.facebook.com/anehconference/"> <i class="fab fa-facebook-f"></i>
</a>
</li>
<li>
<a class="facebook" href="https://twitter.com/ANEHConference"> <i class="fab fa-twitter"></i>
</a>
</li>
</ul>
</div>
<!-- copyrighttop -->
<div class="copyrightbottom" data-aos="fade-right">
<p>© 2019 ANEH. | Design by <a href="http://bhc.edu.in/IT_Support/">IT Support</a>
</p>
</div>
<!-- copyrightbottom-->
<div class="clearfix"></div>
</div>
<!-- container -->
</div>
<!-- copyright-->
