ComunicWeb/assets/templates/common/errors/error.tpl

11 lines
226 B
Smarty
Raw Normal View History

2017-01-28 13:07:18 +00:00
<!--
Error template
@author Pierre HUBERT
--><div>
2017-01-25 15:52:22 +00:00
<h1 style='text-align: center;'><b>{error_code}</b> <small>{error_title}</small></h1>
<p style='text-align:justify;'>
{error_message}
</p>
</div>