summaryrefslogtreecommitdiff
path: root/template/share_buttons.st
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.local>2010-03-17 22:51:27 -0400
committerScott Ostler <sostler@deathmachine.local>2010-03-17 22:51:27 -0400
commit859df13e5ba9dcc693952ece60eb1d16b5388201 (patch)
tree5e4fe50ed56a8b676d006a0623fd997ac399ba88 /template/share_buttons.st
parentb5a74b56baed8b0ad2eed96857ba99ebcb041dca (diff)
parentf6ec036fd3614cdefe43535a8410e0b5455ae2ea (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/share_buttons.st')
-rw-r--r--template/share_buttons.st6
1 files changed, 6 insertions, 0 deletions
diff --git a/template/share_buttons.st b/template/share_buttons.st
new file mode 100644
index 0000000..eeaae92
--- /dev/null
+++ b/template/share_buttons.st
@@ -0,0 +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/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