diff --git a/templates/errors/404.tpl b/templates/errors/404.tpl index 60c0d65..ae30af9 100644 --- a/templates/errors/404.tpl +++ b/templates/errors/404.tpl @@ -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'}
-

{l s='We\'re sorry, but the Web address you\'ve entered is no longer available.'}

+

{l s='Sorry for the inconvenience.' d='Shop.Theme'}

{block name='search'} {hook h='displaySearch'} @@ -15,7 +15,3 @@ {hook h='displayNotFound'}
{/block} - -{block name='page_footer'} - {l s='Home page'} -{/block}