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">';
?>