forked from Rundiz-WP/bootstrap-basic4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
23 lines (20 loc) · 644 Bytes
/
footer.php
File metadata and controls
23 lines (20 loc) · 644 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
/**
* The theme footer.
*
* @package bootstrap-basic4
*/
?>
</div><!--.site-content-->
<footer>
<div class = "aligncenter" style = "border-top: 3px solid #ddd;">
Powered by <a href="https://wordpress.org" rel="nofollow">WordPress</a>
| <a href="https://github.com/PythonLinks/green-party-theme" rel="nofollow">Green Party Theme</a> | Developed By: <a href="https://discord.gg/keMrNVCu7F" rel="nofollow">Green Party Tech</a>
</div>
</footer>
</div><!--.page-container-->
<!--WordPress footer-->
<?php wp_footer(); ?>
<!--end WordPress footer-->
</body>
</html>