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

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


// Socials
if ( floria_is_on( floria_get_theme_option( 'socials_in_footer' ) ) ) {
	$floria_output = floria_get_socials_links();
	if ( '' != $floria_output ) {
		?>
		<div class="footer_socials_wrap socials_wrap">
			<div class="footer_socials_inner">
				<?php floria_show_layout( $floria_output ); ?>
			</div>
		</div>
		<?php
	}
}
Back to Directory File Manager