summaryrefslogtreecommitdiff
path: root/includes/components/header.inc
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-07-11 12:17:50 +0200
committerRaindropsSys <contact@minteck.org>2023-07-11 12:17:50 +0200
commit5eb6a557c44462e7d9d752f3bc97a078ef205bc0 (patch)
tree4c595d7274b96c6e4c88fbf4d946c00c651e49d6 /includes/components/header.inc
parent4c19b5315283b788c32c428b8b0e185db10ed7a3 (diff)
downloadpluralconnect-5eb6a557c44462e7d9d752f3bc97a078ef205bc0.tar.gz
pluralconnect-5eb6a557c44462e7d9d752f3bc97a078ef205bc0.tar.bz2
pluralconnect-5eb6a557c44462e7d9d752f3bc97a078ef205bc0.zip
Updated 7 files and added assets/logo/light.css (automated)
Diffstat (limited to 'includes/components/header.inc')
-rw-r--r--includes/components/header.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/components/header.inc b/includes/components/header.inc
index 234b518..5179d54 100644
--- a/includes/components/header.inc
+++ b/includes/components/header.inc
@@ -54,6 +54,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/functions.inc";
<html lang="en">
<head>
<link href="/assets/logo/custom.css" rel="preload" as="style">
+ <link href="/assets/logo/light.css" rel="preload" as="style">
<link href="/assets/logo/custom.css" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -61,6 +62,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/functions.inc";
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<title><?= $title && $title !== "-" ? $title . " ยท " : "" ?>Cold Haze</title>
<link rel="shortcut icon" href="/assets/logo/newlogo<?= $isLoggedIn || $isLowerLoggedIn ? "3" : "" ?>.png" type="image/png">
+ <link href="/assets/logo/light.css" rel="stylesheet">
</head>
<body style="background-color: #000;">
<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/components/navigation.inc"; global $navigation; ?>