diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-05 04:05:57 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-05 04:05:57 -0400 |
| commit | adaf759270d7222a4879a7e3adba2713dc86d8ad (patch) | |
| tree | 0cd651184af919785e9000fe9a4f3c4f905fd14c /template/share_buttons.st | |
| parent | 758c6d3e56ad4bb4e91a3be1b907c1511d7d677b (diff) | |
sostler prod commit
Diffstat (limited to 'template/share_buttons.st')
| -rw-r--r-- | template/share_buttons.st | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/share_buttons.st b/template/share_buttons.st index 02736dc..a251cff 100644 --- a/template/share_buttons.st +++ b/template/share_buttons.st @@ -1,8 +1,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>
\ No newline at end of file |
