date.chapril.org-framadate/tpl/error.tpl
2015-01-06 23:21:10 +01:00

9 lines
223 B
Smarty

{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}