aboutsummaryrefslogtreecommitdiffstats
path: root/view/wallwall_item.tpl
diff options
context:
space:
mode:
authorMichael <icarus@dabo.de>2012-02-27 16:31:58 +0100
committerMichael <icarus@dabo.de>2012-02-27 16:31:58 +0100
commitcce69f05097f559593c06e8595e1da5b904e5323 (patch)
tree5b4f1d296723fdbbef6da28e67fc4c65c79e538e /view/wallwall_item.tpl
parent18679111f5aed8f1c5e7ccb9857195e52c57765d (diff)
parenta33031634efef94c0985cd2517f10ccd36b40b5f (diff)
downloadvolse-hubzilla-cce69f05097f559593c06e8595e1da5b904e5323.tar.gz
volse-hubzilla-cce69f05097f559593c06e8595e1da5b904e5323.tar.bz2
volse-hubzilla-cce69f05097f559593c06e8595e1da5b904e5323.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/wallwall_item.tpl')
-rwxr-xr-xview/wallwall_item.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/wallwall_item.tpl b/view/wallwall_item.tpl
index 11297647a..61a248135 100755
--- a/view/wallwall_item.tpl
+++ b/view/wallwall_item.tpl
@@ -55,6 +55,8 @@
{{ if $star }}
<a href="#" id="star-$id" onclick="dostar($id); return false;" class="$star.classdo" title="$star.do">$star.do</a>
<a href="#" id="unstar-$id" onclick="dostar($id); return false;" class="$star.classundo" title="$star.undo">$star.undo</a>
+ <a href="#" id="tagger-$id" onclick="itemTag($id); return false;" class="$star.classtagger" title="$star.tagger">$star.tagger</a>
+
{{ endif }}
{{ if $vote }}