summaryrefslogtreecommitdiff
path: root/template/log.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-02-25 08:25:23 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-02-25 08:25:23 -0500
commit4aaeea62170be62bb7dfef953a7b0b447196e18a (patch)
treecc285c7472b99ee2b109b48b04ad20db96b2fd86 /template/log.st
parentc4b8c62ffe424e8c3b45519d113905384f3b9b87 (diff)
Added PROD changes
Diffstat (limited to 'template/log.st')
-rwxr-xr-xtemplate/log.st5
1 files changed, 4 insertions, 1 deletions
diff --git a/template/log.st b/template/log.st
index 7281e11..65f149e 100755
--- a/template/log.st
+++ b/template/log.st
@@ -2,7 +2,7 @@
<head>
<title>dump.fm log</title>
$head()$
- <link rel="stylesheet" type="text/css" href="/static/profile.css">
+ <link rel="stylesheet" type="text/css" href="/static/log.css">
<style>
</style>
@@ -20,6 +20,9 @@
<br>
<div id="posts">
+ <div id="lolbanner">
+ <img src="/static/welcomebanner.gif">
+ </div>
$if(dumps)$
$dumps: { d | $logged_dump(dump=d)$ }$
$else$