framadate/tpl/maintenance.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
315 B
Smarty

{extends file='page.tpl'}
{block name=main}
<div class="alert alert-warning text-center">
<h2>{t('Maintenance', 'The application')} {$APPLICATION_NAME} {t('Maintenance', 'is currently under maintenance.')}</h2>
<p>{t('Maintenance', 'Thank you for your understanding.')}</p>
</div>
{/block}