mirror of
https://github.com/pierre42100/comunic
synced 2025-06-21 01:25:20 +00:00
First commit
This commit is contained in:
3
developer/user/plugins/error/templates/error.html.twig
Normal file
3
developer/user/plugins/error/templates/error.html.twig
Normal file
@ -0,0 +1,3 @@
|
||||
<h1>{{ 'PLUGIN_ERROR.ERROR'|t }} {{ header.http_response_code }}</h1>
|
||||
|
||||
<p>{{ page.content }}</p>
|
1
developer/user/plugins/error/templates/error.json.twig
Normal file
1
developer/user/plugins/error/templates/error.json.twig
Normal file
@ -0,0 +1 @@
|
||||
{{ page.content|json_encode() }}
|
Reference in New Issue
Block a user