diff options
Diffstat (limited to 'template/directory.st')
| -rw-r--r-- | template/directory.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/directory.st b/template/directory.st index 9135947..05d13e2 100644 --- a/template/directory.st +++ b/template/directory.st @@ -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> |
