diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-02 20:59:42 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-02 20:59:42 -0400 |
| commit | 55a11d9eff6a4edf43db48cf02c5491530c3324e (patch) | |
| tree | fbe213c241931e2d465e5676297f333c086cff9e /template/log.st | |
| parent | 4479097093127a20a40a9dceb604bf4290c09a2d (diff) | |
Ryder's template changes
Diffstat (limited to 'template/log.st')
| -rwxr-xr-x | template/log.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/log.st b/template/log.st index 45de47e..a30b28b 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/log.css"> + <link rel="stylesheet" type="text/css" href="/static/css/log.css"> <script> jQuery(document).ready(initLog); </script> @@ -16,7 +16,7 @@ <div id="posts"> <div id="lolbanner"> - <img src="/static/welcomebanner.gif"> + <img src="/static/img/welcomebanner.gif"> </div> $if(dumps)$ $dumps: { d | $log_dump(dump=d)$ }$ |
