Files
sage/footer.php
2012-02-29 17:04:54 -07:00

16 lines
437 B
PHP

</div><!-- /#wrap -->
<?php roots_footer_before(); ?>
<footer id="content-info" class="<?php echo WRAP_CLASSES; ?>" role="contentinfo">
<?php roots_footer_inside(); ?>
<?php dynamic_sidebar('roots-footer'); ?>
<p class="copy"><small>&copy; <?php echo date('Y'); ?> <?php bloginfo('name'); ?></small></p>
</footer>
<?php roots_footer_after(); ?>
<?php wp_footer(); ?>
<?php roots_footer(); ?>
</body>
</html>