Compare View
Commits (2)
Showing
1 changed file
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -325,7 +325,7 @@ _________________________________________________________ --> |
325 | 325 | <div class="container"> |
326 | 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 | 329 | <?php |
330 | 330 | echo ImageHelper::set($logo) |
331 | 331 | ->setHeight(42) | ... | ... |