From f42861c58db8e0ae46c6e0e5be1910caaed4800a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jakobus=20Sch=C3=BCrz?= Date: Thu, 5 Oct 2023 15:36:01 +0200 Subject: [PATCH] better display of parent-link --- view/theme/frio/templates/wall_thread.tpl | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 14240659d2..a50e6ffb1f 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -59,9 +59,15 @@ as the value of $top_child_total (this is done at the end of this file) {{/if}}
+ {{if !$item.parentguid==""}} + {{$item.isanswerto}} + {{if $item.reshared}}{{/if}} +
+ {{/if}} {{if $item.reshared}} -

{{$item.reshared nofilter}}

+ {{$item.reshared nofilter}} {{/if}} +

{{* The avatar picture and the photo-menu *}}