diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-25 08:25:23 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-25 08:25:23 -0500 |
| commit | 4aaeea62170be62bb7dfef953a7b0b447196e18a (patch) | |
| tree | cc285c7472b99ee2b109b48b04ad20db96b2fd86 /template/log.st | |
| parent | c4b8c62ffe424e8c3b45519d113905384f3b9b87 (diff) | |
Added PROD changes
Diffstat (limited to 'template/log.st')
| -rwxr-xr-x | template/log.st | 5 |
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$ |
