date.chapril.org-framadate/tpl/error.tpl
Olivier PEREZ 119d0e01e1 Start changing the i18n system.
* Now works on windows servers
* Byebye .po/.mo, welcome .json
* Byebye old gettext library, welcome o80-i18n
2015-03-22 23:33:03 +01:00

9 lines
248 B
Smarty

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