File: /var/www/vhosts/creativefellows.nl/test.creativefellows.nl/oudlondon.nl/includes/header.inc.php
<?php if($security_key != 'akz2TaXRfaZ4dAqEeugt') die(":("); ?>
<!DOCTYPE HTML>
<head>
<?php
echo '<base href="'.$cassette->base.'"/>';
echo '<title>'. ( isset($e) && $e[0]->meta_title != "" ? $e[0]->meta_title : $title ) .'</title>';
echo '<meta charset="utf-8"/>';
echo '<meta name="description" content="'.(isset($e) && $e[0]->meta_desc != "" ? $e[0]->meta_desc : $client[0]["payoff"]).'">';
echo '<meta name="viewport" content="width=device-width, initial-scale=1"/>';
echo '<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>';
if($e[0]->sectie_id == 24)
{
echo '<link rel="canonical" href="'. $cassette->base."".( isset($e) ? $e[0]->org_url : "" ) .'" />';
}
elseif($section != "home") echo '<link rel="canonical" href="'. $cassette->base."".( isset($e) ? $e[0]->entry_link : "" ) .'" />';
echo '<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-oudlondon.png">';
echo '<link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">';
echo '<link href="//fonts.googleapis.com/css?family=Lato:400,300,700|Roboto+Slab:300|Herr+Von+Muellerhoff" rel="stylesheet" type="text/css">';
echo '<link rel="stylesheet" href="css/app.min.css?01042020" type="text/css" />';
echo '<link rel="stylesheet" href="//cdn.jsdelivr.net/jquery.sidr/2.2.1/stylesheets/jquery.sidr.dark.min.css">';
echo '<link rel="stylesheet" type="text/css" href="css/lightbox.min.css">';
if($client[0]["google_analitics"]) echo $client[0]["google_analitics"];
if($client[0]["typekit"]) echo $client[0]["typekit"];
?>
</head>
<body lang="<?php echo $cassette->locale;?>">
<?php
echo '<header id="header" class="'.preg_replace("/ /","-",$section).'" >';
echo '<div class="hrzntl-spacer">';
echo '<div class="container-wrapper">';
echo '<div class="col24 single-row">';
echo '<a href="'. $cassette->base.$cassette->link_base .'" class="logo" ><img src="'. $client[0]["logo"] .'" alt="'.$client[0]["html_title"].'" /></a>';
echo '<div id="nav-icon3" class="toggle-navigation" onclick="return false;"><span></span><span></span><span></span><span></span></div>';
echo '<div class="sub-navigation">';
require_once "includes/subnav.inc.php";
echo '</div>';
require_once "includes/nav.inc.php";
echo '</div>';
echo '</div>';
echo '</div>';
echo '</header>';
echo '<div class="header-spacer"></div>';
?>