X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fduepuntozero%2Fwall_item.tpl;h=51e36b6f4f946a9a78f77e49b0e22ecaf7b3f4f9;hb=a6d08ec8523ea45d6958882d4864232de0902b3b;hp=5c467a1193db28ac0b1e51410fadb3bf54983d18;hpb=25ac93f44d92b839c5012ba8cbb7ecf221658eff;p=friendica.git diff --git a/view/theme/duepuntozero/wall_item.tpl b/view/theme/duepuntozero/wall_item.tpl old mode 100644 new mode 100755 index 5c467a1193..51e36b6f4f --- a/view/theme/duepuntozero/wall_item.tpl +++ b/view/theme/duepuntozero/wall_item.tpl @@ -1,49 +1,76 @@ -
-
-
-
- - $name +
+
+
+
+ + $item.name - menu -
+ menu +
    - $item_photo_menu + $item.item_photo_menu
-
- $lock -
$location
+
+ {{ if $item.lock }}
$item.lock
+ {{ else }}
{{ endif }} +
$item.location
- $name -
$ago
+ $item.name +
$item.ago
-
-
$title
+
+
$item.title
-
$body
+
$item.body +
+ {{ for $item.tags as $tag }} + $tag + {{ endfor }} +
+
-
- $vote - $plink - $edpost - $star - $drop +
+ {{ if $item.vote }} + + {{ endif }} + {{ if $item.plink }} + + {{ endif }} + {{ if $item.edpost }} + + {{ endif }} + + {{ if $item.star }} + + + {{ endif }} + +
+ {{ if $item.drop.dropping }}{{ endif }} +
+ {{ if $item.drop.dropping }}{{ endif }} +
- -
$dislike
+ +
$item.dislike
- $comment + $item.comment
-
+