Update logo path to use DOCUMENT_ROOT for consistency
This commit is contained in:
parent
abf0c7017c
commit
968a78f549
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue