8932bebc95
Fixes #5
11 lines
452 B
PHP
11 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>
|