{{foreach $item.hashtags as $tag}}
- {{$tag}}
+ {{$tag}}
{{/foreach}}
{{foreach $item.mentions as $tag}}
- {{$tag}}
+ {{$tag}}
{{/foreach}}
{{foreach $item.folders as $cat}}
@@ -194,7 +200,7 @@
{{if $item.vote.like OR $item.vote.dislike OR $item.comment}}
•
{{/if}}
-
+
{{/if}}
{{/if}}
@@ -205,9 +211,9 @@
{{* Event attendance buttons *}}
{{if $item.isevent}}
-
-
-
+
+
+
{{/if}}
diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl
index 89b58b2ccb..55681f53dd 100644
--- a/view/theme/frio/templates/wall_thread.tpl
+++ b/view/theme/frio/templates/wall_thread.tpl
@@ -84,39 +84,45 @@ as the value of $top_child_total (this is done at the end of this file)
@@ -258,11 +264,11 @@ as the value of $top_child_total (this is done at the end of this file)
{{foreach $item.hashtags as $tag}}
- {{$tag}}
+ {{$tag}}
{{/foreach}}
{{foreach $item.mentions as $tag}}
- {{$tag}}
+ {{$tag}}
{{/foreach}}
{{foreach $item.folders as $cat}}
@@ -292,13 +298,13 @@ as the value of $top_child_total (this is done at the end of this file)
{{* Buttons for like and dislike *}}
{{if $item.vote}}
{{if $item.vote.like}}
-
+
{{/if}}
{{if $item.vote.like AND $item.vote.dislike}}
•
{{/if}}
{{if $item.vote.dislike}}
-
+
{{/if}}
{{if ($item.vote.like OR $item.vote.dislike) AND $item.comment}}
@@ -308,7 +314,7 @@ as the value of $top_child_total (this is done at the end of this file)
{{* Button to open the comment text field *}}
{{if $item.comment}}
-
+
{{/if}}
{{* Button for sharing the item *}}
@@ -317,7 +323,7 @@ as the value of $top_child_total (this is done at the end of this file)
{{if $item.vote.like OR $item.vote.dislike OR $item.comment}}
•
{{/if}}
-