summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-04-12 17:22:46 -0400
committersostler <sbostler@gmail.com>2010-04-12 17:22:46 -0400
commitd1d6436be3cc29d5ae47f6d129980c382365584b (patch)
tree073e4a4a58223c98f661b23875c973c0405b70c9 /template
parent63b137218d6192a4e8cf43cb884090cfa700a571 (diff)
Updated noinfo.png reference
Diffstat (limited to 'template')
-rw-r--r--template/chat.st4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/chat.st b/template/chat.st
index 422c640..8a02ccd 100644
--- a/template/chat.st
+++ b/template/chat.st
@@ -49,7 +49,7 @@ $users: { u |
$if(u.avatar)$
<img src="$u.avatar$" width="50" height="50">
$else$
- <img src="/static/noinfo.png">
+ <img src="/static/img/noinfo.png">
$endif$
$u.nick$</a><br>
</div>
@@ -110,4 +110,4 @@ $footer()$
</div>
$preload()$
</body>
-</html> \ No newline at end of file
+</html>