X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fsearch_item.tpl;h=970d5d72ce85b54eef4529d3c12adf216733e0b2;hb=8ab661aaedaac011c84d4cdf02bb91bfcdc8184f;hp=f802c6898ab6499d6c4c2856cc531c97158e3b5d;hpb=5da5ab5c74ef2ab3cad4649194e31f627ff98542;p=friendica.git diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl index f802c6898a..970d5d72ce 100644 --- a/view/theme/frio/templates/search_item.tpl +++ b/view/theme/frio/templates/search_item.tpl @@ -70,16 +70,16 @@ {{* The avatar picture and the photo-menu *}} -
- -
- +
{{* item content *}} -
+
{{* insert some space if it's an top-level post *}} {{if $item.thread_level==1}}
 
@@ -141,23 +138,25 @@
- {{foreach $item.hashtags as $tag}} - {{$tag}} - {{/foreach}} + {{if !$item.suppress_tags}} + {{foreach $item.hashtags as $tag}} + {{$tag}} + {{/foreach}} - {{foreach $item.mentions as $tag}} - {{$tag}} - {{/foreach}} + {{foreach $item.mentions as $tag}} + {{$tag}} + {{/foreach}} + {{/if}} - {{foreach $item.folders as $cat}} - {{$cat.name}}{{if $cat.removeurl}} (x) {{/if}} - {{/foreach}} + {{foreach $item.folders as $cat}} + {{$cat.name}}{{if $cat.removeurl}} (x) {{/if}} + {{/foreach}} - {{foreach $item.categories as $cat}} - {{$cat.name}}{{if $cat.removeurl}} (x) {{/if}} - {{/foreach}} + {{foreach $item.categories as $cat}} + {{$cat.name}}{{if $cat.removeurl}} (x) {{/if}} + {{/foreach}}
- {{if $item.edited}}
{{$item.edited['label']}} ({{$item.edited['relative']}})
{{/if}} + {{if $item.edited}}
{{$item.edited['label']}} ({{$item.edited['relative']}})
{{/if}}