KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/djweb1/DJ Website/djweb1/staging/includes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/djweb1/DJ Website/djweb1/staging/includes/social-web-links.php
<?php
/**
 * Social Web Links Template
 *
 * Displays the Social Web Links.
 *
 * @package DolanJenner
 * @subpackage Template
 */

if(strstr($_SERVER['REQUEST_URI'],'social-web-links.php')){
	@header($_SERVER['SERVER_PROTOCOL'].' 404 Not Found',true,404);
	exit();
}

// Setup social link items
$items = array(
	'LinkedIn' => 'http://www.linkedin.com/company/dolan-jenner',
);

?>

		<div id="social_web_links">
			<h3 class="swl_title">Follow Us</h3>
			<?php foreach ($items as $name => $link) : ?>
				<a class="swl_horizontal swl_inline" target="_blank" href="<?php echo $link; ?>"><img src="<?php echo $site_url; ?>/images/social/<?php echo strtolower($name); ?>.png" alt="<?php echo $name; ?>" /></a>
			<?php endforeach; ?>
		</div>

Anon7 - 2021