diff options
author | RaindropsSys <contact@minteck.org> | 2023-07-21 23:00:41 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-07-21 23:00:41 +0200 |
commit | 05a4fcc9848ea1fb9feb5b5bfb7a2733dec3ce40 (patch) | |
tree | fb5dfa96e9f04c840e93ede2ee2042cad470378c /includes/components/header.inc | |
parent | 46251292b5c8b431de66aeff473594ccec60e04c (diff) | |
download | pluralconnect-05a4fcc9848ea1fb9feb5b5bfb7a2733dec3ce40.tar.gz pluralconnect-05a4fcc9848ea1fb9feb5b5bfb7a2733dec3ce40.tar.bz2 pluralconnect-05a4fcc9848ea1fb9feb5b5bfb7a2733dec3ce40.zip |
Updated 10 files and added 11 files (automated)
Diffstat (limited to 'includes/components/header.inc')
-rw-r--r-- | includes/components/header.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/components/header.inc b/includes/components/header.inc index 0fa60ae..fdae55a 100644 --- a/includes/components/header.inc +++ b/includes/components/header.inc @@ -70,7 +70,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/functions.inc"; <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.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 rel="shortcut icon" href="/assets/logo/<?php if ($use2023UI): ?>newlogo-ng<?php else: ?>newlogo<?= $isLoggedIn || $isLowerLoggedIn ? "3" : "" ?><?php endif; ?>.png" type="image/png"> <link href="/assets/logo/light<?= $use2023UI ? "-2023" : "" ?>.css" rel="stylesheet"> </head> <body<?php if (!$use2023UI): ?> style="background-color: #000;"<?php else: ?> style="background-color: var(--palette-1);"<?php endif; ?>> |