-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
executable file
·57 lines (42 loc) · 1.8 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<footer id="footer" class="clearfix">
<div id="footer-widgets">
<div class="container">
<div id="footer-wrapper">
<div class="row">
<div class="col-sm-6 col-md-3">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footer-1') ) : ?>
<?php endif; ?>
</div> <!-- end widget1 -->
<div class="col-sm-6 col-md-3">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footer-2') ) : ?>
<?php endif; ?>
</div> <!-- end widget1 -->
<div class="col-sm-6 col-md-3">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footer-3') ) : ?>
<?php endif; ?>
</div> <!-- end widget1 -->
<div class="col-sm-6 col-md-3">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footer-4') ) : ?>
<?php endif; ?>
</div> <!-- end widget1 -->
</div> <!-- end .row -->
</div> <!-- end #footer-wrapper -->
</div> <!-- end .container -->
</div> <!-- end #footer-widgets -->
<div id="sub-floor">
<div class="container">
<div class="row">
<div class="col-md-4 copyright">
<?php /* <© <?php echo date('Y'); ?> <?php bloginfo( 'name' ); ?>> */ ?>
</div>
<div class="col-md-4 col-md-offset-4 attribution">
</div> <!-- end .row -->
</div>
</div>
</footer> <!-- end footer -->
</div> <!-- page fluid -->
<!-- all js scripts are loaded in library/bones.php -->
<?php wp_footer(); ?>
<!-- Hello? Doctor? Name? Continue? Yesterday? Tomorrow? -->
</body>
</html> <!-- end page. what a ride! -->