4 lines
125 B
Smarty
4 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}
|