-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathfooter.php
More file actions
17 lines (17 loc) · 743 Bytes
/
footer.php
File metadata and controls
17 lines (17 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
error_reporting(0);
session_start();
?>
<div class="footer animated wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="500ms">
<div class="container">
<!--<h4>Denouncing pleasure</h4>
<p class="footer-in">But I must explain to you how all this mistaken <br>idea of denouncing pleasure <br>and praising pain </p>
<ul class="footer-top">
<li><span><i class="glyphicon glyphicon-earphone"></i>+123456789</span></li>
<li><a href="mailto:info@example.com"><i class="glyphicon glyphicon-envelope"></i> Lorem@example.com</a>
</ul>-->
<p class="footer-class"> Copyrights © <?php echo date("Y"); ?> | All Rights Reserved </p>
</div>
</div>
</body>
</html>