From: Fabrixxm Date: Fri, 28 Sep 2012 14:17:26 +0000 (-0400) Subject: quattro: update wall_thread.tpl to separate tags/mentions/folder/category display X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=de076afd6b7659f5ad3556d1436ad0e3dc6de0b2;p=friendica.git quattro: update wall_thread.tpl to separate tags/mentions/folder/category display --- 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 }}