HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/okaycolor.creativefellows.nl/views/admin/inc/header.inc.php
<!doctype html>
<html class="no-js" lang="en">
<head>
	<?php echo '<base href="'. $data["config"]->getBaseUrl() .'"/>'; ?>
	<meta charset="utf-8">
	<meta http-equiv="x-ua-compatible" content="ie=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>Printgarden / <?php echo ucfirst($data["current"]); ?></title>
	<link rel="stylesheet" href="<?php echo $data["config"]->getBaseUrl();?>css/admin.css">
	<link rel="stylesheet" href="https://use.typekit.net/mdj2tic.css">
	<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-Bx4pytHkyTDy3aJKjGkGoHPt3tvv6zlwwjc3iqN7ktaiEMLDPqLSZYts2OjKcBx1" crossorigin="anonymous">
</head>
<body class="admin">
	
	<?php
	
	/*
	 * Open y frame
	 */
	echo '<div class="grid-y grid-frame">';
		
		/*
	 	 * Navigation header
		 */	
		echo '<div class="cell small-1 site-navigation">';
			
			require_once __DIR__ . '/nav.inc.php';
			
		echo '</div>';
			
			
		// Open content
		echo '<div class="cell auto">';			
				
			/*
			 * Page
			 */
			echo '<div class="grid-container full full-height">';		
				echo '<div class="grid-x full-height scroll">';
					//echo '<div class="cell small-12">';
		
		
			 
	?>