diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-07-15 00:09:14 -0700 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-07-15 00:09:14 -0700 |
| commit | 0e1e78449ab2be99a87ac9ce3e9ac4f1f8165202 (patch) | |
| tree | 64884395855a060d7cbf9d2a298774b6ad7711d8 /template/weedpile.st | |
| parent | 5ca88af2220380f65c3afdeb76ce1ef9e95cb6d2 (diff) | |
| parent | 08e20557015168d35fda101b98696f022f38945a (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/weedpile.st')
| -rw-r--r-- | template/weedpile.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/weedpile.st b/template/weedpile.st index e4a5ddc..97cc610 100644 --- a/template/weedpile.st +++ b/template/weedpile.st @@ -126,7 +126,7 @@ font-size:100%;} <script> jQuery(function() { jQuery("img").lazyload({ - placeholder : "static/img/grey.gif", + placeholder : "http://dump.fm/static/img/grey.gif", effect : "fadeIn", threshold : 200 }); @@ -141,7 +141,7 @@ font-size:100%;} $if(!user_nick)$<a href="http://dump.fm/register"><div id="registertxt">dump.fm lets you share images in realtime.<br> Click here to register!</div></a>$endif$ <div id="likebutton"> - <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdump.fm%2Fm%2Fweedpile&layout=button_count&show_faces=false&width=50&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px;" allowTransparency="true"></iframe> + <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdump.fm%2Fm%2Fweedpile&layout=button_count&show_faces=false&width=50&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px;" allowTransparency="true"></iframe> </div> </div> <div id="rapper"><center> |
