From: Michael Date: Thu, 13 Feb 2020 22:46:27 +0000 (+0000) Subject: Frio: Only display item menu separator when there is something to separate X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=303fb655743cb7d0e54d51901c4aa557b003b794;p=friendica.git Frio: Only display item menu separator when there is something to separate --- diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 624ac8b409..a8d21500fa 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -346,7 +346,7 @@ as the value of $top_child_total (this is done at the end of this file) {{/if}} - {{if $item.ignore || $item.drop.dropping}} + {{if ($item.edpost || $item.tagger || $item.filer || $item.pin || $item.star || $item.subthread) && ($item.ignore || $item.drop.dropping)}} {{/if}}