1
0
mirror of https://github.com/ascribe/wp-theme synced 2024-12-23 01:30:09 +01:00
wp-theme/footer.php

17 lines
284 B
PHP
Raw Normal View History

2015-09-17 01:26:48 +02:00
<?php
/**
* The template for displaying the footer.
*
2015-09-17 01:50:43 +02:00
* @package ascribe
2015-09-17 01:26:48 +02:00
* @since 0.1.0
*/
?>
2015-09-19 00:03:57 +02:00
<footer>
<div class="centered">
</div>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<?php wp_footer(); ?>
</body>
2015-09-17 01:26:48 +02:00
</html>