-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
22 lines (12 loc) · 712 Bytes
/
footer.php
File metadata and controls
22 lines (12 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<img class="bottomblocks" src="<?php echo get_template_directory_uri(); ?>/img/bottomblocks.png" width="80%">
<div class="container">
<img src="<?php echo get_template_directory_uri(); ?>/img/footer.png" width="100%">
</div> <!-- /container -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="<?php echo get_template_directory_uri(); ?>/js/bootstrap.min.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/js/scripts.js"></script>
<?php wp_footer(); ?>
</body>
</html>