-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
30 lines (23 loc) · 1.02 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the "site-content" div and all content after.
*
*/
?>
<!-- FOOTER -->
<footer id="Footer">
<div class="wrapper">
<div class="logo"><img src="/wp-content/themes/metanomalies/img/logo-metanomalies.png" alt="(Logo)" width="75" height="50"></div>
<div class="summary"><strong>Metanomalies</strong> is a project of <a href="http://www.anomalistdesign.com/">Anomalist Design LLC</a> promoting the growth of communities of all types for all human beings.</div>
<small class="copyright">© <?= date('Y') ?> <a href="http://anomalistdesign.com">Anomalist Design</a>. All rights reserved.</small>
</div>
</footer>
<!-- /FOOTER -->
<script>window.jQuery || document.write('<script src="wp-content/themes/metanomalies/js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<!-- Masonry -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/masonry/3.2.2/masonry.pkgd.min.js"></script>
<?php wp_footer(); ?>
</body>
</html>