X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fwall_thread.tpl;h=12e419f8a59f8562ac06fea94aa475d8171ad090;hb=8c9ef56a71f4ebbc1ed4c1aafabb672617fccf4f;hp=8d357960fe262f06ed2ce7a97cbd479cc951860d;hpb=6538a8eaca3224ce563b4f242dab6cda971e72d3;p=friendica.git diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 8d357960fe..12e419f8a5 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -202,7 +202,16 @@ as the value of $top_child_total (this is done at the end of this file)
- + + + + + + + {{if $item.owner_self}} + {{include file="sub/delivery_count.tpl" delivery=$item.delivery}} + {{/if}} +
{{if $item.location}} @@ -223,7 +232,6 @@ as the value of $top_child_total (this is done at the end of this file) {{$item.ago}} {{if $item.location}} — ({{$item.location nofilter}}){{/if}} {{if $item.owner_self}} - • {{include file="sub/delivery_count.tpl" delivery=$item.delivery}} {{/if}} @@ -239,7 +247,13 @@ as the value of $top_child_total (this is done at the end of this file)
{{$item.name}} - {{$item.ago}} {{if $item.location}} — ({{$item.location nofilter}}){{/if}} + + {{$item.ago}} + {{if $item.location}} — ({{$item.location nofilter}}){{/if}} + {{if $item.owner_self}} + {{include file="sub/delivery_count.tpl" delivery=$item.delivery}} + {{/if}} +