From: Hypolite Petovan Date: Sun, 26 Jan 2020 19:14:47 +0000 (-0500) Subject: [frio] Improve pinned item display X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4d77da86b9eac2693c47c9a3589fb29eea2b2f08;p=friendica.git [frio] Improve pinned item display --- diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 94955581d1..3e8a2faea7 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -236,7 +236,11 @@ as the value of $top_child_total (this is done at the end of this file) {{if $item.owner_self}} {{include file="sub/delivery_count.tpl" delivery=$item.delivery}} {{/if}} - {{$item.pinned}} + {{if $item.pinned}} + • + {{$item.pinned}} + {{/if}} +