Commit 82063f1d03d41dd0e897ee1ea6e70481aeaf184f

Authored by Eugeny Galkovskiy
1 parent 8a95b1a2

error page

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
frontend/views/site/error.php
@@ -16,7 +16,10 @@ $this->title = $name; @@ -16,7 +16,10 @@ $this->title = $name;
16 <div class="col-sm-6 col-sm-offset-3" id="error-page"> 16 <div class="col-sm-6 col-sm-offset-3" id="error-page">
17 17
18 <div class="box"> 18 <div class="box">
19 - 19 +
  20 + <h3 class="text-center"><a href="/">
  21 + <img src="/storage/helper/no-image_h_42.png" alt=""> </a></h3>
  22 + <h3 class="text-center">ОШИБКА 404</h3>
20 <h3>Похоже, мы не можем найти нужную вам страницу.</h3> 23 <h3>Похоже, мы не можем найти нужную вам страницу.</h3>
21 <h4 class="text-muted">Попробуйте ещё раз</h4> 24 <h4 class="text-muted">Попробуйте ещё раз</h4>
22 25