From 962467ee686046434e6ad060863eabb55fef2652 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Tue, 15 Nov 2011 17:41:38 +0100 Subject: item tags as array to templates --- view/theme/duepuntozero/wall_item.tpl | 8 +++++++- view/theme/duepuntozero/wallwall_item.tpl | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'view/theme/duepuntozero') diff --git a/view/theme/duepuntozero/wall_item.tpl b/view/theme/duepuntozero/wall_item.tpl index 3a4a49729..62f33ddee 100644 --- a/view/theme/duepuntozero/wall_item.tpl +++ b/view/theme/duepuntozero/wall_item.tpl @@ -29,7 +29,13 @@
$title
-
$body
+
$body +
+ {{ for $tags as $tag }} + $tag + {{ endfor }} +
+
{{ if $vote }} diff --git a/view/theme/duepuntozero/wallwall_item.tpl b/view/theme/duepuntozero/wallwall_item.tpl index aaa542760..050abb02d 100644 --- a/view/theme/duepuntozero/wallwall_item.tpl +++ b/view/theme/duepuntozero/wallwall_item.tpl @@ -33,7 +33,13 @@
$title
-
$body
+
$body +
+ {{ for $tags as $tag }} + $tag + {{ endfor }} +
+
{{ if $vote }} -- cgit v1.2.3