-
Notifications
You must be signed in to change notification settings - Fork 0
/
layout.php
30 lines (27 loc) · 1.02 KB
/
layout.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
if (!isset($_SESSION)) {
session_name("name");
session_start();
}
if (!isset($_SESSION['userType']))
$_SESSION['userType'] = 1;
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>LafLef</title>
<link rel="stylesheet" href="css/mainStylesheet.css" type="text/css">
<link rel="stylesheet" href="css/navstyle.css" type="text/css">
<link rel="stylesheet" href="css/footerStyle.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay"
crossorigin="anonymous">
<link rel="shortcut icon" type="image/x-icon" href="img/icons/favicon.jpg" />
<script src="javascript/main.js"></script>
</head>
<body>
<div style="position: relative; min-height: 100vh">
<?php require 'navbar.php' ?>
<div style=" padding-bottom: 2.5rem; /* Footer height */">