Files
sage/footer.php
2012-05-09 00:55:09 -06:00

16 lines
439 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('sidebar-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>