forked from JeremyEnglert/JointsWP
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.php
More file actions
18 lines (18 loc) · 679 Bytes
/
footer.php
File metadata and controls
18 lines (18 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<footer class="footer" role="contentinfo">
<div id="inner-footer" class="row">
<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 .main-content -->
</div> <!-- end .off-canvas-wrapper-inner -->
</div> <!-- end .off-canvas-wrapper -->
<?php wp_footer(); ?>
</body>
</html> <!-- end page -->