]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/templates/wall_thread.tpl
update to the zh-cn translation THX 朱陈锬
[friendica.git] / view / theme / frost / templates / wall_thread.tpl
index 498bab323f80a4749882423ceb9135312a73a9b7..c88e8008f002dfafd26d2d8468990cfc34e7ffd2 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>