-
Notifications
You must be signed in to change notification settings - Fork 15
/
footer.php
27 lines (21 loc) · 875 Bytes
/
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>
</div>
<footer>
<div id="inner-footer" class="vertical-nav">
<div class="container">
<div class="row">
<?php dynamic_sidebar('footer1'); ?>
</div>
<div class="row">
<div class="col text-center">
<p><?php _e('This website uses the <a href="http://nicolas-van.github.io/wordpress-simple-bootstrap/">Simple Bootstrap</a> theme', 'simple-bootstrap') ?></p>
<p><?php _e("Powered by WordPress", "simple-bootstrap"); ?></p>
</div>
</div>
</div>
</div>
</footer>
</div>
<?php wp_footer(); // js scripts are inserted using this function ?>
</body>
</html>