Skip to content

Commit

Permalink
Use hybrid_footer_content() function.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Tadlock committed Jan 9, 2013
1 parent 4715682 commit 5a52557
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions functions.php
Expand Up @@ -271,10 +271,9 @@ function hybrid_navigation_links() {
* @since 0.2.1
*/
function hybrid_footer_insert() {
$footer_insert = hybrid_get_setting( 'footer_insert' );

if ( !empty( $footer_insert ) )
echo '<div class="footer-content footer-insert">' . do_shortcode( $footer_insert ) . '</div>';
echo '<div class="footer-content footer-insert">';
hybrid_footer_content();
echo '</div>';
}

/**
Expand Down

0 comments on commit 5a52557

Please sign in to comment.