This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
qdouze2-wordpress-theme/footer.php

12 lines
452 B
PHP
Raw Permalink Normal View History

2022-12-17 19:46:29 +01:00
</div>
</div>
2023-05-02 11:20:14 +02:00
<?php include(TEMPLATEPATH . '/components/mobile-sidebar.php'); ?>
2022-12-17 19:46:29 +01:00
<?php include(TEMPLATEPATH . '/components/footer-content.php'); ?>
<?php wp_footer(); ?>
<script src="<?php echo get_template_directory_uri();?>/js/trim.js"></script>
<script src="<?php echo get_template_directory_uri();?>/js/prettylinks.js"></script>
2023-05-02 11:20:14 +02:00
<script src="<?php echo get_template_directory_uri();?>/js/mobile-sidebar.js"></script>
2022-12-17 19:46:29 +01:00
</body>
</html>