Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbourdeau committed Aug 17, 2016
1 parent 064c62d commit 093ce29
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions templates/errors/404.tpl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{extends file='page.tpl'}

{block name='page_title'}
{l s='This page is not available'}
{$title}
{/block}

{block name='page_content_container'}
<section id="content" class="page-content page-not-found">
<p>{l s='We\'re sorry, but the Web address you\'ve entered is no longer available.'}</p>
<p>{l s='Sorry for the inconvenience.' d='Shop.Theme'}</p>

{block name='search'}
{hook h='displaySearch'}
Expand All @@ -15,7 +15,3 @@
{hook h='displayNotFound'}
</section>
{/block}

{block name='page_footer'}
<a href="{$urls.base_url}" title="{l s='Home'}">{l s='Home page'}</a>
{/block}

0 comments on commit 093ce29

Please sign in to comment.