Esempio n. 1
0
}
?>
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
    <head>
        <title></title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width">
        <link rel="stylesheet" type="text/css" href="/projects/XWYDA_KU3/defaultSheet.css">
    </head>
    <body>
        <div id="menu">
            <a href="index.php?page=<?php 
echo $home;
?>
">Domů</a>
            <a href="/projects/XWYDA_KU3/Scripts/Logoff.php">Odhlásit se</a>
        </div>
        <div id="content">
            <?php 
echo $controler->show();
?>
        </div>
    </body>
</html>