Skip to content
Snippets Groups Projects
Commit a4f3041a authored by Olivier PEREZ's avatar Olivier PEREZ
Browse files

Implement error page template

parent 7727ffde
No related branches found
No related tags found
No related merge requests found
{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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment