eesyphp/templates/error_404.tpl
2021-07-28 17:13:10 +02:00

5 lines
125 B
Smarty

{extends file='empty.tpl'}
{block name="content"}
<p class="center">{t}The requested page can not be found.{/t}</p>
{/block}