From 4d77da86b9eac2693c47c9a3589fb29eea2b2f08 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 26 Jan 2020 14:14:47 -0500 Subject: [PATCH] [frio] Improve pinned item display --- view/theme/frio/templates/wall_thread.tpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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}} +