This commit is contained in:
arraykeys
2019-08-08 17:13:34 +08:00
parent e8e5966a8c
commit f0bf2d5fec
2885 changed files with 1195993 additions and 12 deletions
+25
View File
@@ -0,0 +1,25 @@
<!--======******************* FOOTER SECTION ******************======-->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 text-center">
<div class="footer-text wow fadeInUp" data-wow-delay="0.4s">
<p>Copyright &copy; Company <i style="color:#4183D7;">{{config "String" "sys.fullname" ""}}</i> All rights reserved.</p>
</div>
</div>
</div>
</div>
</footer>
<!--======******************* END FOOTER SECTION ***************======-->