]> git.mxchange.org Git - friendica.git/blobdiff - view/wall_item.tpl
Merge branch 'pull'
[friendica.git] / view / wall_item.tpl
index c990775106f5efba8b9e81a1bcd076876e45ff50..e771db0682f3e48f9db8a0c12606a51bd37d1580 100755 (executable)
@@ -51,6 +51,9 @@
                                <a href="#" id="unstar-$item.id" onclick="dostar($item.id); return false;"  class="$item.star.classundo"  title="$item.star.undo">$item.star.undo</a>
                                <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.filer">$item.filer</a>
+                       {{ endif }}                     
                        
                        {{ if $item.vote }}
                                <a href="#" id="like-$item.id" title="$item.vote.like.0" onclick="dolike($item.id,'like'); return false">$item.vote.like.1</a>