blob: a251cffbedbf7f60c41930d1063bb1bd0aaf522a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<div class="buttons">
<span class="other-sites">
<div id="profiletxt">
<img src="/static/img/share/tumblricon.png" class="share" onclick="Share.tumblr(this)">
<img src="/static/img/share/fbbutton.png" class="share" onclick="Share.facebook(this)">
<img src="/static/img/share/twittericon.png" class="share" onclick="Share.twitter(this)">
<img src="/static/img/share/delishicon.png" class="share" onclick="Share.delicious(this)">
<a href="http://dump.fm/p/$dump.nick$/$dump.message_id$"><img src="http://dump.fm/static/img/link.gif"></a>
</div>
</span>
</div>
|