ac8c53375a
This the head and footer don't have to be included everytime and the hierarchy is easier to read
8 lines
214 B
Smarty
8 lines
214 B
Smarty
{extends file='page.tpl'}
|
|
{block name='main'}
|
|
<div class="error">
|
|
{include file="inc/logo.tpl"}
|
|
<h2>{t}An error occurred{/t}</h2>
|
|
<p><i>{$error|escape|nl2br}</i></p>
|
|
</div>
|
|
{/block}
|