diff --git a/view/theme/quattro/wall_thread.tpl b/view/theme/quattro/wall_thread.tpl index 3221311fc7..2e5c49392f 100644 --- a/view/theme/quattro/wall_thread.tpl +++ b/view/theme/quattro/wall_thread.tpl @@ -60,9 +60,18 @@
- {{ for $item.tags as $tag }} + {{ for $item.hashtags as $tag }} $tag {{ endfor }} + {{ for $item.mentions as $tag }} + $tag + {{ endfor }} + {{ for $item.folders as $cat }} + $cat.name{{if $cat.removeurl}} (x) {{endif}} + {{ endfor }} + {{ for $item.categories as $cat }} + $cat.name{{if $cat.removeurl}} (x) {{endif}} + {{ endfor }}