Viewing File: /home/maglabs/mascotte/wp-content/themes/splendour/skins/default/templates/footer-socials.php

<?php
/**
 * The template to display the socials in the footer
 *
 * @package SPLENDOUR
 * @since SPLENDOUR 1.0.10
 */


// Socials
if ( splendour_is_on( splendour_get_theme_option( 'socials_in_footer' ) ) ) {
	$splendour_output = splendour_get_socials_links();
	if ( '' != $splendour_output ) {
		?>
		<div class="footer_socials_wrap socials_wrap">
			<div class="footer_socials_inner">
				<?php splendour_show_layout( $splendour_output ); ?>
			</div>
		</div>
		<?php
	}
}
Back to Directory File Manager