This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
qdouze-wordpress-theme/footer.php

11 lines
316 B
PHP
Raw Normal View History

2018-10-24 14:18:41 +02:00
</div>
</section>
<?php include(TEMPLATEPATH . '/components/navbar-footer.php'); ?>
2018-10-24 14:16:57 +02:00
</div>
2018-10-24 14:50:01 +02:00
<?php wp_footer(); ?>
<script src="<?php echo get_template_directory_uri();?>/js/jquery.min.js"></script>
<script src="<?php echo get_template_directory_uri();?>/js/bootstrap.min.js"></script>
2018-10-24 14:18:41 +02:00
</body>
2018-10-24 14:16:57 +02:00
</html>