Add 'footer.php'

This commit is contained in:
iqbal rifai 2018-06-14 02:24:51 +02:00
parent 8d2a9d60a7
commit d62472f64e
1 changed files with 10 additions and 0 deletions

10
footer.php Normal file
View File

@ -0,0 +1,10 @@
<footer class="footer" style="margin-top: 15px;background: #f5f5f5;padding: 15px 0;">
<div class="container">
<p class="text-muted">&copy; <?php echo config('site.copyright');?></p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<?php echo analytics();?>
</body>
</html>