framadate/tpl/error.tpl
Thomas Citharel 0e90422b3d
Require php 7.1 and upgrade deps
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-11-11 12:56:01 +01:00

8 lines
261 B
Smarty

{extends file='page.tpl'}
{block name=main}
<div class="alert alert-warning text-center">
<h2>{$error|html}</h2>
<p>{t('Generic', 'Back to the homepage of')} <a href="{$SERVER_URL|html}">{$APPLICATION_NAME|html}</a></p>
</div>
{/block}