1
0
Fork 0

Create specific module to display HTML message when a conversation isn't found in Module\Item\Display

This commit is contained in:
Hypolite Petovan 2023-02-04 19:18:05 -05:00
commit 4e355c0f5e
4 changed files with 58 additions and 9 deletions

View file

@ -0,0 +1,5 @@
<div id="exception" class="generic-page-wrapper">
<img class="hare" src="images/friendica-404_svg_flexy-o-hare.png"/>
<h1>{{$title}}</h1>
{{$message nofilter}}
</div>