diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-22 13:46:05 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-22 13:46:05 +0100 |
commit | 1e86e3fb26271a687721ed6e74055feb38b363fa (patch) | |
tree | b419eebaeecd014c055851e75061cbe55029b647 /view/wallwall_item.tpl | |
parent | 5babf5c8b4678cbc4a4822dfaf8a71085312a85d (diff) | |
download | volse-hubzilla-1e86e3fb26271a687721ed6e74055feb38b363fa.tar.gz volse-hubzilla-1e86e3fb26271a687721ed6e74055feb38b363fa.tar.bz2 volse-hubzilla-1e86e3fb26271a687721ed6e74055feb38b363fa.zip |
it's only item.filer ;-)
Diffstat (limited to 'view/wallwall_item.tpl')
-rwxr-xr-x | view/wallwall_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/wallwall_item.tpl b/view/wallwall_item.tpl index f47b47112..693ebaba6 100755 --- a/view/wallwall_item.tpl +++ b/view/wallwall_item.tpl @@ -59,7 +59,7 @@ {{ endif }} {{ if $item.filer }} - <a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item filer-icon" title="$item.star.filer">$item.star.filer</a> + <a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item filer-icon" title="$item.filer">$item.filer</a> {{ endif }} {{ if $item.vote }} |