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/SBogers64/klimroosbudel.nl/wwwroot/kms/app/views/includes/v_header.php
<!doctype html>
<html>
<head>
    <meta charset="UTF-8">
    <title><?php $this->getData('page_title'); ?></title>
    <link href="<?php echo SITE_ROOT; ?>public/css/screen.css" rel="stylesheet" type="text/css" />
    <link href="<?php echo SITE_ROOT; ?>public/css/jquery.ui.datepicker.css" rel="stylesheet" type="text/css" />
</head>
<body<?php $id = $this->getData('body_id', false);
if (! empty($id)) {
    echo ' id="'.$id.'"';
} ?>>
<div id="header">
    <div id="komma_logo"><a href="<?php echo LANG_ROOT; ?>"><img src="<?php echo IMAGE_ROOT; ?>structure/komma_logo.png" alt="Komma Mediadesign - Beheer" /></a></div>
    <div class="flags">
        <?php $this->getData('lang_menu'); ?>
    </div>
    <?php if (Session::get('admin_string')) {
        echo '<a href="'.LANG_ROOT.'login/logout/" id="log_out">'.$this->lang['log_out'].'</a>';
    } ?>
    <div class="shadow"></div>
</div>

<?php

$this->getData('alert');
    if (Session::get('admin_string')) {
        if ($includes) {
            include DOCUMENT_ROOT.'app/views/includes/v_aside.php';
        }
    }

    ?>

<div id="wrapper">