qdouze2-wordpress-theme/footer.php

12 lines
452 B
PHP

</div>
</div>
<?php include(TEMPLATEPATH . '/components/mobile-sidebar.php'); ?>
<?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>
<script src="<?php echo get_template_directory_uri();?>/js/mobile-sidebar.js"></script>
</body>
</html>