X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost-mobile%2Fwall_thread.tpl;h=a6a8f9615df53f4f3a67c595c4e3a22a7f2b65d6;hb=e5dac2d387c5ef2aa6d12890d32a6e20b9beacd7;hp=76208360bc5bb33f6300a36ea8d30f9a0ba01103;hpb=e433f20cd883767185c78f05f6344248592b736a;p=friendica.git diff --git a/view/theme/frost-mobile/wall_thread.tpl b/view/theme/frost-mobile/wall_thread.tpl index 76208360bc..a6a8f9615d 100644 --- a/view/theme/frost-mobile/wall_thread.tpl +++ b/view/theme/frost-mobile/wall_thread.tpl @@ -8,18 +8,22 @@
-
+
+ {{ if $item.owner_url }}
- $item.owner_name + $item.owner_name +
$item.wall
+ {{ endif }} -
+
- $item.name + $item.name + - $item.name $item.to $item.owner_name $item.vwall
+ $item.name{{ if $item.owner_url }} $item.to $item.owner_name $item.vwall{{ endif }}
$item.ago
@@ -48,13 +52,24 @@ $tag {{ endfor }} + {{ if $item.has_cats }} +
$item.txt_cats {{ for $item.categories as $cat }}$cat.name [$item.remove] {{ if $cat.last }}{{ else }}, {{ endif }}{{ endfor }} +
+ {{ endif }} + + {{ if $item.has_folders }} +
$item.txt_folders {{ for $item.folders as $cat }}$cat.name [$item.remove] {{ if $cat.last }}{{ else }}, {{ endif }}{{ endfor }} +
+ {{ endif }}
{{ if $item.vote }} @@ -68,7 +83,9 @@ {{ if $item.star }} - + {{ endif }} + {{ if $item.tagger }} + {{ endif }} {{ if $item.filer }} @@ -95,8 +112,8 @@ -{{ for $item.children as $item }} - {{ inc $item.template }}{{ endinc }} +{{ for $item.children as $child }} + {{ inc $child.template with $item=$child }}{{ endinc }} {{ endfor }} {{ if $item.flatten }}