From ed42fa7d59f0eb979b3b5c86b6969c53d6b6573b Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Thu, 1 Mar 2012 11:46:08 +0100 Subject: conversation: remove templating items in code and move it to template. --- view/theme/duepuntozero/wallwall_item.tpl | 92 +++++++++++++++---------------- 1 file changed, 46 insertions(+), 46 deletions(-) (limited to 'view/theme/duepuntozero/wallwall_item.tpl') diff --git a/view/theme/duepuntozero/wallwall_item.tpl b/view/theme/duepuntozero/wallwall_item.tpl index 4675f1e00..75cd5f65e 100755 --- a/view/theme/duepuntozero/wallwall_item.tpl +++ b/view/theme/duepuntozero/wallwall_item.tpl @@ -1,82 +1,82 @@ -
-
-
-
- - $owner_name +
+
+
+
+ + $item.owner_name
-
$wall
-
- - $name - menu -
+
$item.wall
+
+ + $item.name + menu +
    - $item_photo_menu + $item.item_photo_menu
-
- {{ if $lock }}
$lock
+
+ {{ if $item.lock }}
$item.lock
{{ else }}
{{ endif }} -
$location
+
$item.location
- $name $to $owner_name $vwall
-
$ago
+ $item.name $item.to $item.owner_name $item.vwall
+
$item.ago
-
-
$title
+
+
$item.title
-
$body +
$item.body
- {{ for $tags as $tag }} - $tag + {{ for $item.tags as $item.tag }} + $item.tag {{ endfor }}
-
- {{ if $vote }} - -- cgit v1.2.3