From f5bfe5a1a361125bf2711e8ba6a4cbe31e184b17 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Tue, 15 Nov 2011 17:42:30 +0100 Subject: quattro: tags style --- images/tag.png | Bin 0 -> 528 bytes images/tag_b.png | Bin 0 -> 346 bytes view/wall_item.tpl | 15 +++++++++++++++ view/wallwall_item.tpl | 14 ++++++++++++++ 4 files changed, 29 insertions(+) create mode 100644 images/tag.png create mode 100644 images/tag_b.png diff --git a/images/tag.png b/images/tag.png new file mode 100644 index 000000000..40c5fd44e Binary files /dev/null and b/images/tag.png differ diff --git a/images/tag_b.png b/images/tag_b.png new file mode 100644 index 000000000..66c03415d Binary files /dev/null and b/images/tag_b.png differ diff --git a/view/wall_item.tpl b/view/wall_item.tpl index 29dc62b47..e3213b891 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -29,6 +29,15 @@
+
+ {{ for $tags as $tag }} + $tag + {{ endfor }} +
+
+
+
{{ if $plink }}$plink.title{{ endif }}
@@ -66,7 +75,13 @@
+
+ + +
$dislike
+
+
$comment
diff --git a/view/wallwall_item.tpl b/view/wallwall_item.tpl index 7ae489e6a..e47014985 100644 --- a/view/wallwall_item.tpl +++ b/view/wallwall_item.tpl @@ -32,6 +32,15 @@ $body +
+ +
+ {{ for $tags as $tag }} + $tag + {{ endfor }} +
+
+
+ + +
$dislike
+
$comment -- cgit v1.2.3