HEX
Server: Apache
System: Linux 4801f1b1.ptr.provps.com 6.17.8-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 13 18:02:25 EST 2025 x86_64
User: nassaugo (1004)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nassaugo/public_html/wp-content/themes/drone-media/templates/footer-socials 1.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 style="font-size:14px!important;"><a href="mailto:nassaugolf1@gmail.com" ><b>Email</b>: nassaugolf1@gmail.com</a></p>
 <p><a href="tel:516-867-8018" style="font-size:14px!important;"><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
}
?>