10 lines
510 B
Smarty
10 lines
510 B
Smarty
{extends "index.tpl"}
|
|
|
|
{block "content"}
|
|
<div class="page-404 text-center">
|
|
<h1>{t}Něco se nepovedlo :({/t}</h1>
|
|
<p>{t}Bohužel, požadovaná stránka nebyla nalezena.{/t}</p>
|
|
<p><a class="btn btn-outlined" href="{url s=search}">{t}Vyhledávání{/t}</a> <a href="{url s=index}" class="btn btn-primary btn-primary--yellow">{t}Přejít na hlavní stranu{/t}</a></p>
|
|
{block "404-img"}<img src="/static/images/404.png" alt="" class="img-responsive m-x-auto">{/block}
|
|
</div>
|
|
{/block} |