Commit 0fa9932ec6a6722c9a55de3d4fc13e161720ebb7
1 parent
d67bed2f
error page
Showing
1 changed file
with
3 additions
and
9 deletions
Show diff stats
frontend/views/site/error.php
| ... | ... | @@ -17,16 +17,10 @@ $this->title = $name; |
| 17 | 17 | |
| 18 | 18 | <div class="box"> |
| 19 | 19 | |
| 20 | - <p class="text-center"> | |
| 21 | - <a href="index.html"> | |
| 22 | - <img src="img/logo.png" alt="Obaju template"> | |
| 23 | - </a> | |
| 24 | - </p> | |
| 25 | - | |
| 26 | - <h3>We are sorry - this page is not here anymore</h3> | |
| 27 | - <h4 class="text-muted">Error 404 - Page not found</h4> | |
| 20 | + <h3>Похоже, мы не можем найти нужную вам страницу.</h3> | |
| 21 | + <h4 class="text-muted">Попробуйте ещё раз</h4> | |
| 28 | 22 | |
| 29 | - <p class="buttons"><a href="index.html" class="btn btn-template-main"><i class="fa fa-home"></i> Go to Homepage</a> | |
| 23 | + <p class="buttons"><a href="/" class="btn btn-template-main"><i class="fa fa-home"></i> На главную</a> | |
| 30 | 24 | </p> |
| 31 | 25 | </div> |
| 32 | 26 | ... | ... |