mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Started template implemenation
This commit is contained in:
7
assets/templates/common/errors/error.tpl
Normal file
7
assets/templates/common/errors/error.tpl
Normal file
@ -0,0 +1,7 @@
|
||||
<div>
|
||||
<h1 style='text-align: center;'><b>{error_code}</b> <small>{error_title}</small></h1>
|
||||
|
||||
<p style='text-align:justify;'>
|
||||
{error_message}
|
||||
</p>
|
||||
</div>
|
Reference in New Issue
Block a user