Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Footer whitespace clean
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsweb committed Sep 15, 2014
1 parent 06c91d3 commit 13ef796
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions footer.php
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@

<?php tha_footer_before(); ?>

<footer id="footer" role="contentinfo">

<?php tha_footer_top(); ?>

<?php if (of_get_option('footer_sidebar', '1') && is_active_sidebar('footer')) { ?>
<aside id="sidebar-footer" class="sidebar" role="complementary">
<?php dynamic_sidebar('footer'); ?>
</aside>
<?php } ?>

<nav id="footer-navigation" role="navigation">
<?php null_footer_menu(); ?>
</nav>

<div id="null-footer">
<?php
// wordpress credit
Expand All @@ -36,11 +36,11 @@
}
?>
</div>

<?php tha_footer_bottom(); ?>

</footer><!-- #footer -->

<?php tha_footer_after(); ?>

</div><!-- #wrapper .hfeed -->
Expand Down

0 comments on commit 13ef796

Please sign in to comment.