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/wall_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/wall_item.tpl')
-rwxr-xr-x | view/wall_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/wall_item.tpl b/view/wall_item.tpl index e158e5ef8..e771db068 100755 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -52,7 +52,7 @@ <a href="#" id="tagger-$item.id" onclick="itemTag($item.id); return false;" class="$item.star.classtagger" title="$item.star.tagger">$item.star.tagger</a> {{ 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 }} |