forked from JeremyEnglert/JointsWP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
28 lines (19 loc) · 704 Bytes
/
Copy pathfooter.php
File metadata and controls
28 lines (19 loc) · 704 Bytes
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
<footer class="footer" role="contentinfo">
<div id="inner-footer" class="row clearfix">
<div class="large-12 medium-12 columns">
<nav role="navigation">
<?php joints_footer_links(); ?>
</nav>
</div>
<div class="large-12 medium-12 columns">
<p class="source-org copyright">© <?php echo date('Y'); ?> <?php bloginfo('name'); ?>.</p>
</div>
</div> <!-- end #inner-footer -->
</footer> <!-- end footer -->
</div> <!-- end #container -->
</div>
</div>
<!-- all js scripts are loaded in library/joints.php -->
<?php wp_footer(); ?>
</body>
</html> <!-- end page -->