Viewing File: /home/maglabs/multicerame/wp-content/themes/dom/skins/roofing/templates/footer-socials.php
<?php
/**
* The template to display the socials in the footer
*
* @package DOM
* @since DOM 1.0.10
*/
// Socials
if ( dom_is_on( dom_get_theme_option( 'socials_in_footer' ) ) ) {
$dom_output = dom_get_socials_links();
if ( '' != $dom_output ) {
?>
<div class="footer_socials_wrap socials_wrap">
<div class="footer_socials_inner">
<?php dom_show_layout( $dom_output ); ?>
</div>
</div>
<?php
}
}
Back to Directory
File Manager