Implement error page template
This commit is contained in:
parent
7727ffde73
commit
a4f3041a73
8
tpl/error.tpl
Normal file
8
tpl/error.tpl
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{extends file='page.tpl'}
|
||||||
|
|
||||||
|
{block name=main}
|
||||||
|
<div class="alert alert-warning">
|
||||||
|
<h2>{$error}</h2>
|
||||||
|
<p>{_('Back to the homepage of')} <a href="{$SERVER_URL}">{$APPLICATION_NAME}</a></p>
|
||||||
|
</div>
|
||||||
|
{/block}
|
Loading…
Reference in New Issue
Block a user