]> git.mxchange.org Git - friendica.git/commitdiff
quattro: update wall_thread.tpl to separate tags/mentions/folder/category display
authorFabrixxm <fabrix.xm@gmail.com>
Fri, 28 Sep 2012 14:17:26 +0000 (10:17 -0400)
committerFabrixxm <fabrix.xm@gmail.com>
Fri, 28 Sep 2012 14:17:26 +0000 (10:17 -0400)
view/theme/quattro/wall_thread.tpl

index 3221311fc7d4225e6055098413b7aa111c01374e..2e5c49392fee9b1a82e2f52e46a649a0de69bd6d 100644 (file)
                <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">