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/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';
?>