File: D:/HostingSpaces/SBogers10/kms.komma.pro/wwwroot/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" />
<link href="http://fonts.googleapis.com/css?family=Titillium+Web:400,300,600,700,400italic" rel="stylesheet" type="text/css">
<?php echo $_SESSION['css_output']; ?>
</head>
<body<?php $id = $this->getData('body_id',FALSE); if( ! empty($id)) echo ' id="' . $id . '"'; ?>>
<?php
if(Session::get('user_data')) include DOCUMENT_ROOT . 'app/views/includes/v_aside.php';
?>