]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/templates/search_item.tpl
add class "wall-item-body" to all themes
[friendica.git] / view / theme / vier / templates / search_item.tpl
index 27ab78af2351af5d475dd217feef9cb9c6170afd..c1383ba4346151f092b252ffeff909cb59f09b4f 100644 (file)
                </div>
                <div class="wall-item-content">
                        {{if $item.title}}<h2><a href="{{$item.plink.href}}">{{$item.title}}</a></h2>{{/if}}
-                       {{$item.body}}
+                       <div class="wall-item-body">{{$item.body}}</div>
                </div>
        </div>
        <div class="wall-item-bottom">
                <div class="wall-item-links">
                </div>
                <div class="wall-item-tags">
+               {{if !$item.suppress_tags}}
                        {{foreach $item.tags as $tag}}
-                               <span class='tag'>{{$tag}}</span>
+                               <span class="tag">{{$tag}}</span>
                        {{/foreach}}
-
+               {{/if}}
                </div>
        </div>
        <div class="wall-item-bottom">