diff options
Diffstat (limited to 'template/directory.st')
| -rw-r--r-- | template/directory.st | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/directory.st b/template/directory.st index aec8363..05d13e2 100644 --- a/template/directory.st +++ b/template/directory.st @@ -6,7 +6,7 @@ <title>dump.fm directory</title> $endif$ $head()$ - <link rel="stylesheet" type="text/css" href="/static/directory.css"> + <link rel="stylesheet" type="text/css" href="/static/css/directory.css"> <script> jQuery(document).ready(initDirectory); </script> @@ -25,7 +25,7 @@ <center> <h2>✭ ✭ DUMP STARS ✭ ✭</h2> <div id="lolbanner"> - <img src="/static/welcomebanner.gif"> + <img src="/static/img/welcomebanner.gif"> </div> </center> $if(users)$ @@ -39,7 +39,7 @@ </div> $else$ <div id="logavatar"> - <img height="50" width="50" src="/static/noinfo.png" /> + <img height="50" width="50" src="/static/img/noinfo.png" /> </div> $endif$ </a> |
