From de076afd6b7659f5ad3556d1436ad0e3dc6de0b2 Mon Sep 17 00:00:00 2001 From: Fabrixxm <fabrix.xm@gmail.com> Date: Fri, 28 Sep 2012 10:17:26 -0400 Subject: [PATCH] quattro: update wall_thread.tpl to separate tags/mentions/folder/category display --- view/theme/quattro/wall_thread.tpl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 @@ <div class="wall-item-links"> </div> <div class="wall-item-tags"> - {{ for $item.tags as $tag }} + {{ for $item.hashtags as $tag }} <span class='tag'>$tag</span> {{ endfor }} + {{ for $item.mentions as $tag }} + <span class='mention'>$tag</span> + {{ endfor }} + {{ for $item.folders as $cat }} + <span class='folder'>$cat.name</a>{{if $cat.removeurl}} (<a href="$cat.removeurl" title="$remove">x</a>) {{endif}} </span> + {{ endfor }} + {{ for $item.categories as $cat }} + <span class='category'>$cat.name</a>{{if $cat.removeurl}} (<a href="$cat.removeurl" title="$remove">x</a>) {{endif}} </span> + {{ endfor }} </div> </div> <div class="wall-item-bottom">