Example #1
0
        <link rel="stylesheet" href="css/jquery-ui-1.10.0.custom.css">
        <link rel="stylesheet" href="css/jquery-ui-1.9.2.custom.css">
        <link rel="stylesheet" href="css/jquery.ui.theme.css">
        <link href="css/style.css" rel='stylesheet' type='text/css'>
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
        <script src="js/jquery-1.8.3.js"></script>
        <script src="js/jquery-ui-1.9.2.custom.min.js"></script>
        <link rel='stylesheet' href='http://codepen.io/assets/libs/fullpage/jquery-ui.css'>
        <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>     
        <script src="js/javascript.js"></script>
        <title>Intekenbord</title>

    </head>

    <body>

        <?php 
include 'template/layout/layout_menu.php';
if ($_SESSION['loggedin'] == 1) {
    $index = new Index();
    $index->indexation();
} else {
    include 'template/login/login_login.php';
}
$db = new Database();
$db->close();
?>
    </body>
</html>

<script src="js/javascript.js"></script>