11 lines
316 B
PHP
11 lines
316 B
PHP
|
</div>
|
||
|
</section>
|
||
|
<?php include(TEMPLATEPATH . '/components/navbar-footer.php'); ?>
|
||
|
</div>
|
||
|
|
||
|
<?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>
|
||
|
</body>
|
||
|
</html>
|