]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/wall_thread.tpl
Correct self attribute in ATOM feeds
[friendica.git] / view / templates / wall_thread.tpl
index 37f034586af9a98360001b943fc8fa9d12e34698..a82efa7d1c9abfb7e652828923d8d6e6fa5447ea 100644 (file)
                        <div class="wall-item-title p-name" id="wall-item-title-{{$item.id}}">{{$item.title}}</div>
                        <div class="wall-item-title-end"></div>
                        <div class="wall-item-body" id="wall-item-body-{{$item.id}}" ><span class="e-content">{{$item.body}}<span>
-                                       <div class="body-tag">
-                                               {{foreach $item.tags as $tag}}
-                                                       <span class='tag'>{{$tag}}</span>
-                                               {{/foreach}}
-                                       </div>
+                       <div class="body-tag">
+                       {{if !$item.suppress_tags}}
+                               {{foreach $item.tags as $tag}}
+                               <span class="tag">{{$tag}}</span>
+                               {{/foreach}}
+                       {{/if}}
+                       </div>
                        {{if $item.has_cats}}
                        <div class="categorytags"><span>{{$item.txt_cats}} {{foreach $item.categories as $cat}}<span class="p-category">{{$cat.name}}</span>{{if $cat.removeurl}} <a href="{{$cat.removeurl}}" title="{{$remove|escape:'html'}}">[{{$remove}}]</a>{{/if}} {{if $cat.last}}{{else}}, {{/if}}{{/foreach}}
                        </div>