-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfooter.php
15 lines (13 loc) · 960 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<footer class="site-footer">
<div class="inner">
<section class="footer-description"><?php echo site_description(); ?></section>
<section class="copyright">© <?php echo date('Y'); ?> <a href="<?php echo base_url(); ?>"><?php echo site_name(); ?></a>. All rights reserved.</section>
<section>Vapor theme by <a target="_blank" href="http://sethlilly.com/">Seth Lilly</a></section>
<section>Vapor theme ported to Anchor by <a target="_blank" href="http://rigter.me/">Omar Ramírez</a></section>
<section class="poweredby">Proudly published with <a class="icon-anchor" href="http://anchorcms.com/"><span class="hidden">Anchor</span></a></section>
</div>
</footer>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="<?php echo theme_url('/assets/js/index.js'); ?>"></script>
</body>
</html>