Files
prestashop/themes/hummingbird/templates/errors/restricted-country.tpl
2026-04-09 18:31:51 +02:00

41 lines
1.2 KiB
Smarty

{**
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*}
{extends file='layouts/layout-error.tpl'}
{block name='content'}
{block name='page_header_container'}
<header class="page-header">
{block name='page_header_logo'}
<img
class="error__logo"
src="{$shop.logo}"
alt="{$shop.name}"
title="{$shop.name}"
width="{$shop.logo_details.width}"
height="{$shop.logo_details.height}"
loading="lazy"
>
{/block}
{block name='page_header'}
<h1 class="error__title">
{block name='page_title'}{$shop.name}{/block}
</h1>
{/block}
</header>
{/block}
{block name='page_content_container'}
<section id="content" class="page-content page-content--restricted">
{block name='page_content'}
<h2>{l s='403 Forbidden' d='Shop.Theme.Global'}</h2>
<p>{l s='You cannot access this store from your country. We apologize for the inconvenience.' d='Shop.Theme.Global'}</p>
{/block}
</section>
{/block}
{block name='page_footer_container'}{/block}
{/block}