Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions templates/errors/not-found.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
{block name="error_content"}
{if isset($errorContent)}
{$errorContent nofilter}
<a href="{$urls.pages.index}" class="btn btn-primary back-to-index">
{l s='Back to Home page' d='Shop.Theme.Catalog'}
<i class="material-icons rtl-flip" aria-hidden="true">&#xE315;</i>
</a>
{else}
<h1 class="h4">{l s='The page you are looking for is no longer available' d='Shop.Theme.Catalog'}</h1>
<p>{l s='It can not be reached anymore. Can we still attract you into our shop?' d='Shop.Theme.Catalog'}</p>
Expand Down