X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fwall_thread.tpl;h=becf868e7907a68463f40954b7605c1eb5883440;hb=4fa5b761673918396b06b011cedcfe79ecfd4fcc;hp=01738b666b2968122bce1803ff127bb560301fde;hpb=008d04bdbd07011d24256e6dacc3e4d294aa6c21;p=friendica.git diff --git a/view/theme/vier/wall_thread.tpl b/view/theme/vier/wall_thread.tpl index 01738b666b..becf868e79 100644 --- a/view/theme/vier/wall_thread.tpl +++ b/view/theme/vier/wall_thread.tpl @@ -30,11 +30,11 @@
-
- $item.name + $item.name menu
+ {{ if $item.owner_url }} +
+ + $item.owner_name + +
+ {{ endif }}
$item.location
@@ -57,14 +64,16 @@ $tag {{ endfor }}
-
+
-
+
$item.name $item.ago + {{ if $item.owner_url }}
$item.to $item.owner_name $item.vwall + {{ endif }}
@@ -72,6 +81,7 @@ $item.star.do $item.star.undo $item.star.tagger + {{ endif }} {{ if $item.filer }} $item.filer @@ -89,8 +99,10 @@
- {{ if $item.drop.dropping }} + {{ if $item.drop.pagedrop }} + {{ endif }} + {{ if $item.drop.dropping }} $item.drop.delete {{ endif }} {{ if $item.edpost }} @@ -105,19 +117,18 @@
$item.dislike
- {{ if $item.threaded }}{{ if $item.comment }}{{ if $item.thread_level!=1 }} + + {{ if $item.threaded }}{{ if $item.comment }}{{ if $item.indent==comment }}
- $item.comment + $item.comment
{{ endif }}{{ endif }}{{ endif }} -
- {{ for $item.children as $child }} {{ if $item.type == tag }} {{ inc wall_item_tag.tpl with $item=$child }}{{ endinc }}