From b248470376e8b0867b2161370c8f7d3f27b3dd1f Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 9 Sep 2020 05:35:04 +0000 Subject: [PATCH] Show "retweet" icon --- view/theme/frio/templates/sub/direction.tpl | 2 +- view/theme/frio/templates/wall_thread.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/frio/templates/sub/direction.tpl b/view/theme/frio/templates/sub/direction.tpl index 4113c9beed..671272cd00 100644 --- a/view/theme/frio/templates/sub/direction.tpl +++ b/view/theme/frio/templates/sub/direction.tpl @@ -6,7 +6,7 @@ {{elseif $direction.direction == 2}} {{elseif $direction.direction == 3}} - + {{elseif $direction.direction == 4}} {{elseif $direction.direction == 5}} diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 317217b47d..38a6cce2b1 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -82,7 +82,7 @@ as the value of $top_child_total (this is done at the end of this file) {{/if}}
{{if $item.reshared}} -
{{$item.reshared nofilter}}
+
{{$item.reshared nofilter}}
{{/if}} {{* The avatar picture and the photo-menu *}}