HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers13/rie-jeanne.nl/wwwroot/app/views/includes/v_header.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML…3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=1280,maximum-scale=1.0" />
    <meta name="Description" content="Rie-Jeanne, een klein fabriekje in Soerendonk op het gebied van grafisch ontwerp. In no-time creëren wij alles op het gebied van creatieve vormgeving." />
    <meta name="Keywords" content="Rie-Jeanne Ras, Soerendonk, grafisch, ontwerp, vormgeving, kaartjes, posters, flyers, logo's, magazines, huisstijlen" />
    <meta name="Language" content="Nederlands" />
    <meta name="Robots" content="All" />
    <title><?php $this->getData('page_title'); ?></title>
    <link href="<? echo SITE_ROOT; ?>public/css/screen.css" rel="stylesheet" type="text/css" />
    <link href='http://fonts.googleapis.com/css?family=Alegreya+Sans:300,400' rel='stylesheet' type='text/css'>
    <!--[if lt IE 9]>
    <script src="/public/js/html5shiv.js"></script>
    <![endif]-->
</head>
<body<?php $id = $this->getData('body_id',FALSE); if( ! empty($id)) echo ' id="' . $id . '"'; ?>>
    <header>
        <div class="center">
            <div class="logo"></div>
            <nav>
                <ul>
                    <?php $this->getData('main_menu') ?>
                </ul>
            </nav>
        </div>
    </header>