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