summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.local>2010-03-18 08:10:24 -0400
committerScott Ostler <sostler@deathmachine.local>2010-03-18 08:10:24 -0400
commit4d8f5ca132753e5401fd839c8bc32a828557923c (patch)
tree8ab26136d19662a3329d54ed470660ecba229106 /template
parent859df13e5ba9dcc693952ece60eb1d16b5388201 (diff)
parentd4fbf9c656495167afeffee49e5f3fe58b41564f (diff)
Merge branch 'master' of ssh://dump.fm/home/dumpfmprod/prod
Diffstat (limited to 'template')
-rw-r--r--template/share_buttons.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/share_buttons.st b/template/share_buttons.st
index eeaae92..883c66d 100644
--- a/template/share_buttons.st
+++ b/template/share_buttons.st
@@ -1,6 +1,6 @@
<div class="share-buttons">
-<img src="/static/fbbutton.png" class="share-button" onclick="Share.facebook(this)">
<img src="/static/tumblricon.png" class="share-button" onclick="Share.tumblr(this)">
+<img src="/static/fbbutton.png" class="share-button" onclick="Share.facebook(this)">
<img src="/static/twittericon.png" class="share-button" onclick="Share.twitter(this)">
<img src="/static/delishicon.png" class="share-button" onclick="Share.delicious(this)">
</div> \ No newline at end of file