File: /home/nassaugo/public_html/wp-content/themes/drone-media/templates/footer-socials 2.php
<?php
/**
* The template to display the socials in the footer
*
* @package WordPress
* @subpackage DRONE_MEDIA
* @since DRONE_MEDIA 1.0.10
*/
// Socials
if ( drone_media_is_on(drone_media_get_theme_option('socials_in_footer')) && ($drone_media_output = drone_media_get_socials_links()) != '') {
?>
<div class="footer_socials_wrap socials_wrap">
<div class="footer_socials_inner">
<p><a href="mailto:nassaugolf1@gmail.com" class="footer_link"><b>Email</b>: nassaugolf1@gmail.com</a></p>
<p><a href="tel:516-867-8018" class="footer_link"><b>Phone No.</b> : 516-867-8018</a></p>
<p style="color:#fff;"><b>Address</b> : 99 Russell Place
Freeport New York 11520</p>
<?php drone_media_show_layout($drone_media_output); ?>
</div>
</div>
<?php
}
?>