diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/directory.st | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/template/directory.st b/template/directory.st index dc2deec..94fb2cb 100644 --- a/template/directory.st +++ b/template/directory.st @@ -1,17 +1,18 @@ <html> <head> + <title>dump.fm</title> $head()$ <link rel="stylesheet" type="text/css" href="/static/directory.css"> <script> jQuery(document).ready(initDirectory); </script> + </head> <body> $banner()$ <div id="chatrap"> - <div id="log"> <div id="loghead"></div> <br> @@ -43,6 +44,12 @@ last post </b></div> <span class="linkify">$u.content$</span> <hr /> +<div style="display:none;"> + +<a href="http://www.facebook.com/share.php?u=$u.content$" target="_blank"><img src="/static/fbbutton.png"></a> + +<a href="http://twitter.com/home?status=found on dump.fm! $u.content$" target="_blank"><img src="/static/twittericon.png"></a> +<a href="http://delicious.com/save?url=$u.content$" target="_blank"><img src="/static/delishicon.png"></a></div> </div> }$ |
