-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
27 lines (23 loc) · 1.03 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
<div class="footer-section-wrapper <% $classes %>">
<div class="grid-container">
<div class="grid-60 prefix-20 suffix-20 upper-nav">
<div>
<?php wp_nav_menu( array( 'theme_location' => 'footer-menu-1' ) ); ?>
</div>
</div>
<div class="grid-80 prefix-10 suffix-10 splitline"></div>
<div class="grid-60 prefix-20 suffix-20 lower-nav footerlower">
© CatholicSingles.com, Inc. All Rights Reserved. -
<?php wp_nav_menu( array( 'theme_location' => 'footer-menu-2' ) ); ?>
</div>
<div class="grid-60 prefix-20 suffix-20 social-footer">
<div class="badges align-center">
<span class="badge"><a href="https://www.facebook.com/catholicsingles" target="_blank"><img src="<?php bloginfo('template_url'); ?>/images/fb256.png"></a></span>
<span class="badge"><a href="https://twitter.com/CatholicSingles" target="_blank"><img src="<?php bloginfo('template_url'); ?>/images/twt256.png"></a></span
</div>
</div>
</div>
</div>
<?php wp_footer(); ?>
</body>
</html>