Skip to content

Commit

Permalink
Update footer HTML and function call to play nicely with the live pre…
Browse files Browse the repository at this point in the history
…view of the theme customizer.
  • Loading branch information
Justin Tadlock committed Aug 25, 2012
1 parent d29f7c5 commit 26d2288
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@

<div class="wrap">

<?php echo apply_atomic_shortcode( 'footer_content', hybrid_get_setting( 'footer_insert' ) ); ?>
<div class="footer-content">
<?php hybrid_footer_content(); ?>
</div><!-- .footer-content -->

<?php do_atomic( 'footer' ); // my-life_footer ?>

Expand Down

0 comments on commit 26d2288

Please sign in to comment.