Commit c74c84bc91d82b64addee6c8c2df963b8edadd59

Authored by Alexey Boroda
1 parent 7c151ddb

-Logo link changed

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -137,7 +137,7 @@
137 137 <div class="container">
138 138 <div class="navbar-header">
139 139  
140   - <a class="navbar-brand home" href="<?php echo Url::home(); ?>">
  140 + <a class="navbar-brand home" href="<?php echo Url::to(['site/index']); ?>">
141 141 <img
142 142 src="/img/logo_kb.png"
143 143 alt="<?= $settings->name; ?>"
... ...