-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
35 lines (28 loc) · 1.11 KB
/
header.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
30
31
32
33
34
35
<?php
include_once('./main_header.php');
Auth::check();
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Evsu App</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css">
<link rel="stylesheet" href="./assets/css/app.min.css">
<link rel="stylesheet" href="./assets/bundles/summernote/summernote-bs4.css">
<link rel="stylesheet" href="./assets/bundles/datatables/datatables.min.css">
<link rel="stylesheet" href="./assets/bundles/datatables/DataTables-1.10.16/css/dataTables.bootstrap4.min.css">
<!-- Template CSS -->
<link rel="stylesheet" href="./assets/css/components.css">
<!-- Custom style CSS -->
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="./assets/css/custom.css">
<link rel="shortcut icon" type="image/x-icon" href="./assets/img/favicon.ico" />
</head>
<body>
<div class="loader"></div>
<div id="app">
<div class="main-wrapper main-wrapper-1">
<?php include './sidebar.php'; ?>
<!-- Main Content -->
<div class="main-content">