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/menu-subsidiary.php
<?php
/**
 * Subsidiary Menu Template
 *
 * Displays the Subsidiary Menu.
 *
 * @package DolanJenner
 * @subpackage Template
 */

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

// Setup menu items
$items = array(
	array(
		'id' => '1',
		'name' => 'subsidiary-home',
		'label' => 'Home',
		'link' => $site_url,
	),
	array(
		'id' => '2',
		'name' => 'subsidiary-products',
		'label' => 'Products',
		'link' => $site_url.'/products',
	),
	array(
		'id' => '3',
		'name' => 'subsidiary-about',
		'label' => 'About Us',
		'link' => $site_url.'/about',
	),
	array(
		'id' => '4',
		'name' => 'subsidiary-contact',
		'label' => 'Contact Us',
		'link' => $site_url.'/contact.php',
	),
	array(
		'id' => '5',
		'name' => 'subsidiary-sitemap',
		'label' => 'Site Map',
		'link' => $site_url.'/sitemap.php',
	),
);

?>

		<div id="menu-subsidiary" class="menu-container">
			<nav class="menu subsidiary-navigation">
				<ul id="menu-subsidiary-items" class="nav-menu">

					<?php echo dj_dropdown_menu($items); ?>

				</ul>
			</nav>
		</div><!-- #menu-subsidiary .menu-container -->

Anon7 - 2021