X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ftestbubble%2Fwall_item.tpl;h=44491d967c0b500af0fcdd02e4fe1fab9e8b2b35;hb=c0a377e0de2a71197152281b61d5e8518dab1356;hp=6efd331c9e340e16c5aa8373a1389f91204dc288;hpb=0ee9ae23d75d9f15fd37fb2ea118649dfe92aee0;p=friendica.git diff --git a/view/theme/testbubble/wall_item.tpl b/view/theme/testbubble/wall_item.tpl index 6efd331c9e..44491d967c 100644 --- a/view/theme/testbubble/wall_item.tpl +++ b/view/theme/testbubble/wall_item.tpl @@ -1,75 +1,78 @@ - -
-
-
-
- - $name +
+
+
+
+ + $item.name - menu -
+ menu +
    - $item_photo_menu + $item.item_photo_menu
-
{{ if $location }}$location {{ endif }}
+
{{ if $item.location }}$item.location {{ endif }}
- {{ if $lock }}
$lock
+ {{ if $item.lock }}
$item.lock
{{ else }}
{{ endif }}
-
-
$title
+
+
$item.title
-
$body
+
$item.body +
+ {{ for $item.tags as $tag }} + $tag + {{ endfor }} +
+
- -
- {{ if $vote }} - -
+