eesyphp/templates/error_404.tpl

5 lines
125 B
Smarty
Raw Normal View History

2020-04-18 00:51:33 +02:00
{extends file='empty.tpl'}
{block name="content"}
<p class="center">{t}The requested page can not be found.{/t}</p>
2020-04-18 00:51:33 +02:00
{/block}