-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfooter.php
More file actions
executable file
·30 lines (23 loc) · 815 Bytes
/
footer.php
File metadata and controls
executable file
·30 lines (23 loc) · 815 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
29
30
<footer class="footer padding-tophide-for-print" role="contentinfo">
<!-- <div class="grid-container"> -->
<div id="footers-container" class="hide-for-print ">
<?php get_sidebar('footerLeft'); ?>
<?php get_sidebar('footerCenter'); ?>
<?php get_sidebar('footerRight'); ?>
</div>
<!-- </div> -->
<div class="grid-container footer-lastline">
<nav role="navigation">
<?php joints_footer_links(); ?>
</nav>
<p class="source-org copyright">
© <?php echo date('Y'); ?> <?php bloginfo('name'); ?>
</p>
</div> <!-- end #inner-footer -->
</footer> <!-- end .footer -->
<!-- the below tags have matching tags thar are also turned off in the header.php. -->
<!-- </div> end .main-content -->
<!-- </div> end .off-canvas-wrapper -->
<?php wp_footer(); ?>
</body>
</html> <!-- end page -->