Create specific module to display HTML message when a conversation isn't found in Module\Item\Display
This commit is contained in:
parent
544348c25a
commit
4e355c0f5e
4 changed files with 58 additions and 9 deletions
5
view/templates/special/displaynotfound.tpl
Normal file
5
view/templates/special/displaynotfound.tpl
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue