aboutsummaryrefslogtreecommitdiff
path: root/includes/gui/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/gui/header.php')
-rw-r--r--includes/gui/header.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/includes/gui/header.php b/includes/gui/header.php
deleted file mode 100644
index 8814b5b..0000000
--- a/includes/gui/header.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/core/Main.php";
-global $title;
-
-?>
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="/assets/bootstrap.min.css">
- <title><?= WebCore\GUI\Metadata::title($title) ?></title>
-</head>
-<body> \ No newline at end of file