Update logo path to use DOCUMENT_ROOT for consistency

This commit is contained in:
Ruben 2025-10-03 00:08:40 +02:00
parent abf0c7017c
commit 968a78f549

View file

@ -30,7 +30,7 @@ function getActiveClass($href) { return rtrim(parse_url($_SERVER['REQUEST_URI'],
<header class="contain">
<div>
<div class="logo">
<a href="/"><?php include dirname(__DIR__) . '/assets/logo.svg'; ?></a>
<a href="/"><?php include $_SERVER['DOCUMENT_ROOT'] . '/content/logo.svg'; ?></a>
</div>
<nav>
<ul>