mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29:21 +00:00
11 lines
226 B
Smarty
11 lines
226 B
Smarty
<!--
|
|
Error template
|
|
|
|
@author Pierre HUBERT
|
|
--><div>
|
|
<h1 style='text-align: center;'><b>{error_code}</b> <small>{error_title}</small></h1>
|
|
|
|
<p style='text-align:justify;'>
|
|
{error_message}
|
|
</p>
|
|
</div> |