diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-22 13:41:41 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-22 13:41:41 +0100 |
commit | 6df7fae4b57540aa13c9f25976543a8511c61626 (patch) | |
tree | d73663b583309338e274c8d6965f8cd59a51a80f /view/wallwall_item.tpl | |
parent | 54c08b2b0fcd20522b05162ee782e2c7e09aced9 (diff) | |
download | volse-hubzilla-6df7fae4b57540aa13c9f25976543a8511c61626.tar.gz volse-hubzilla-6df7fae4b57540aa13c9f25976543a8511c61626.tar.bz2 volse-hubzilla-6df7fae4b57540aa13c9f25976543a8511c61626.zip |
non static filer text
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 e12a5fbd7..f47b47112 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">file as</a> + <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> {{ endif }} {{ if $item.vote }} |