summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-07 22:48:43 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-07 22:48:43 -0400
commit8e2c38d9cbd59a3e9603ca48321c8f09bea9bea1 (patch)
tree31421b711ca10f8d86e7444ecc0a65f4923442fc /template
parentf7414b465adcd2de9593379d83a96e819417377b (diff)
timb committing prod changes
Diffstat (limited to 'template')
-rw-r--r--template/chat.st16
-rw-r--r--template/single_message.st2
2 files changed, 3 insertions, 15 deletions
diff --git a/template/chat.st b/template/chat.st
index a08138f..e75c1e4 100644
--- a/template/chat.st
+++ b/template/chat.st
@@ -17,7 +17,7 @@
<html>
<head>
$head()$
- <title>dump.fm</title>
+ <title>$roomname$ dump.fm</title>
<META name="keywords" content="credit, mortgage, dating, hot girls, hot guys, debt solutions, get rich quick">
<link rel="stylesheet" type="text/css" href="/static/css/dump.css">
@@ -127,19 +127,7 @@ $messages: { m |
</div>
<div id="palette"><div id="palette-thumbs"></div></div>
<div id="footerc">
- <p>
-<script type="text/javascript"><!--
-google_ad_client = "pub-9863902168532765";
-/* 728x15, created 5/22/10 */
-google_ad_slot = "3981015107";
-google_ad_width = 728;
-google_ad_height = 15;
-//-->
-</script>
-<script type="text/javascript"
-src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
-</script>
- <p>
+ $footer()$
</div>
$preload()$
</body>
diff --git a/template/single_message.st b/template/single_message.st
index ab84668..bdb28e3 100644
--- a/template/single_message.st
+++ b/template/single_message.st
@@ -34,7 +34,7 @@
<span class="linkify">$message.content$</span>
<hr />
</div>
- $share_buttons()$
+
</div>
<div id="footerc">
$footer()$