Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
drleilu
/
www
/
wp-content
/
themes
/
beautique
/
skins
/
default
/
templates
/
✏️
Editing: footer-socials.php
<?php /** * The template to display the socials in the footer * * @package BEAUTIQUE * @since BEAUTIQUE 1.0.10 */ // Socials if ( beautique_is_on( beautique_get_theme_option( 'socials_in_footer' ) ) ) { $beautique_output = beautique_get_socials_links(); if ( '' != $beautique_output ) { ?> <div class="footer_socials_wrap socials_wrap"> <div class="footer_socials_inner"> <?php beautique_show_layout( $beautique_output ); ?> </div> </div> <?php } }
💾 Save
❌ Cancel