Commit 2397d7a2560490232c7328cf36e48d19f424a6e3
1 parent
cc5326a6
fix: Logo link
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/layouts/main.php
@@ -325,7 +325,7 @@ _________________________________________________________ --> | @@ -325,7 +325,7 @@ _________________________________________________________ --> | ||
325 | <div class="container"> | 325 | <div class="container"> |
326 | <div class="navbar-header"> | 326 | <div class="navbar-header"> |
327 | 327 | ||
328 | - <a class="navbar-brand home" href="<?php echo Url::home(); ?>"> | 328 | + <a class="navbar-brand home" href="/"> |
329 | <?php | 329 | <?php |
330 | echo ImageHelper::set($logo) | 330 | echo ImageHelper::set($logo) |
331 | ->setHeight(42) | 331 | ->setHeight(42) |