aboutsummaryrefslogtreecommitdiff
path: root/includes/gui
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-14 16:55:43 +0200
committerMinteck <contact@minteck.org>2022-04-14 16:55:43 +0200
commit3c570954b0cc0d358aa00ab4cae4e91a2bb3a3da (patch)
treefe2d7c0d37206660fad4973fad85beb087203e11 /includes/gui
parent30f3e751c58578443604713670a90f6a30d2340f (diff)
downloadember-3c570954b0cc0d358aa00ab4cae4e91a2bb3a3da.tar.gz
ember-3c570954b0cc0d358aa00ab4cae4e91a2bb3a3da.tar.bz2
ember-3c570954b0cc0d358aa00ab4cae4e91a2bb3a3da.zip
Rewrite
Diffstat (limited to 'includes/gui')
-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