first commit
This commit is contained in:
16
web/templates/elnino/error404.tpl
Normal file
16
web/templates/elnino/error404.tpl
Normal file
@@ -0,0 +1,16 @@
|
||||
{extends "index.tpl"}
|
||||
|
||||
{block "breadcrumbs"}
|
||||
{/block}
|
||||
|
||||
{block "content"}
|
||||
<div class="page-404 text-center">
|
||||
<p class="lead">{t}Chyba{/t}</p>
|
||||
<h1>{t}404{/t}</h1>
|
||||
<p class="h4">{t}Je nám líto, ale požadovaná stránka neexistuje.{/t}</p>
|
||||
<div class="btn-wrapper">
|
||||
<a href="{url s=search}" class="btn btn-primary">{t}Zkusit vyhledávání{/t}</a>
|
||||
<a href="{url s=index}" class="btn btn-primary">{t}Přejít na úvodní stranu{/t}</a>
|
||||
</div>
|
||||
</div>
|
||||
{/block}
|
||||
Reference in New Issue
Block a user