X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftheme%2Fduepuntozero%2Fwall_item.tpl;h=d165d98016e1cbd3a8f4ef75ac96281ca8b7d5b7;hb=b6b7742579d16a4eab97249758a62c5ff33bd07d;hp=5c467a1193db28ac0b1e51410fadb3bf54983d18;hpb=939449602a58838f81045c9a0e9a205c8fa9e6bd;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..d165d98016 --- 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 $item.tag }} + $item.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
-
+