projet_php/views/error_403.tpl
2026-03-03 22:23:25 +01:00

9 lines
No EOL
329 B
Smarty

{extends file="views/layout.tpl"}
{block name="content"}
<div class="text-center">
<h1 class="display-1">Erreur 403</h1>
<h2 class="display-3">Vous n'êtes pas autorisé à accéder à cette page !</h2>
<img class="img-fluid" src="{$smarty.env.BASE_URL}/assests/img/error403.jpg">
</div>
{/block}