]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/templates/wall_thread.tpl
Merge pull request #5128 from tobiasd/20180525-5067
[friendica.git] / view / theme / frost-mobile / templates / wall_thread.tpl
index 3a68b2739f93624671f8b29d7a416b2e4b837148..be8d00d85031434934164b4564697081164900f8 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='body-tag tag'>{{$tag}}</span>
-                                               {{/foreach}}
-                                       {{*<!--</div>-->*}}
+                       {{*<!--<div class="body-tag">-->*}}
+                       {{if !$item.suppress_tags}}
+                               {{foreach $item.tags as $tag}}
+                                       <span class="body-tag tag">{{$tag}}</span>
+                               {{/foreach}}
+                       {{/if}}
+                       {{*<!--</div>-->*}}
                        {{if $item.has_cats}}
                        <div class="categorytags">{{$item.txt_cats}} {{foreach $item.categories as $cat}}<span class="p-category">{{$cat.name}}</span> <a href="{{$cat.removeurl}}" title="{{$remove}}">[{{$remove}}]</a> {{if $cat.last}}{{else}}, {{/if}}{{/foreach}}
                        </div>