X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost%2Fwall_thread.tpl;h=43d9db60818a0a994f968a21cffb02a163121ea0;hb=96ed0a77912e049799dc81761f1dbe4a9eec5757;hp=b8e77d7fa83b23be6005a1857ba9bdf5185f5206;hpb=5cedd3430f898df6219d3c029a2a5bc1a25bfa40;p=friendica.git diff --git a/view/theme/frost/wall_thread.tpl b/view/theme/frost/wall_thread.tpl index b8e77d7fa8..43d9db6081 100644 --- a/view/theme/frost/wall_thread.tpl +++ b/view/theme/frost/wall_thread.tpl @@ -52,12 +52,12 @@ {{ endfor }} {{ if $item.has_cats }} -
$item.txt_cats {{ for $item.categories as $cat }}$cat.name [$remove] {{ if $cat.last }}{{ else }}, {{ endif }}{{ endfor }} +
$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 [$remove] {{ if $cat.last }}{{ else }}, {{ endif }}{{ endfor }} +
$item.txt_folders {{ for $item.folders as $cat }}$cat.name [$item.remove] {{ if $cat.last }}{{ else }}, {{ endif }}{{ endfor }}
{{ endif }}
@@ -111,8 +111,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 }}