File: D:/HostingSpaces/SBogers10/keystud.komma-mediadesign.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="<? echo SITE_ROOT; ?>public/css/screen.css" rel="stylesheet" type="text/css" />
<link href="<? 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">