From 54c08b2b0fcd20522b05162ee782e2c7e09aced9 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 22 Mar 2012 12:41:51 +0100 Subject: adding filer functionality to quattro(-green) --- view/wallwall_item.tpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'view/wallwall_item.tpl') diff --git a/view/wallwall_item.tpl b/view/wallwall_item.tpl index be942f261..e12a5fbd7 100755 --- a/view/wallwall_item.tpl +++ b/view/wallwall_item.tpl @@ -58,6 +58,9 @@ $item.star.tagger {{ endif }} + {{ if $item.filer }} + file as + {{ endif }} {{ if $item.vote }} $item.vote.like.1 -- cgit v1.2.3 From 6df7fae4b57540aa13c9f25976543a8511c61626 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 22 Mar 2012 13:41:41 +0100 Subject: non static filer text --- view/wallwall_item.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/wallwall_item.tpl') diff --git a/view/wallwall_item.tpl b/view/wallwall_item.tpl index e12a5fbd7..f47b47112 100755 --- a/view/wallwall_item.tpl +++ b/view/wallwall_item.tpl @@ -59,7 +59,7 @@ {{ endif }} {{ if $item.filer }} - file as + $item.star.filer {{ endif }} {{ if $item.vote }} -- cgit v1.2.3