qdouze2-wordpress-theme/footer.php

10 lines
295 B
PHP
Raw Normal View History

2022-12-17 19:46:29 +01:00
</div>
</div>
<?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>
</body>
</html>