<?php /** * The template to display the socials in the footer * * @package BONBON * @since BONBON 1.0.10 */ // Socials if ( bonbon_is_on( bonbon_get_theme_option( 'socials_in_footer' ) ) ) { $bonbon_output = bonbon_get_socials_links(); if ( '' != $bonbon_output ) { ?> <div class="footer_socials_wrap socials_wrap"> <div class="footer_socials_inner"> <?php bonbon_show_layout( $bonbon_output ); ?> </div> </div> <?php } }