summaryrefslogtreecommitdiff
path: root/template/directory.st
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.local>2010-03-17 22:51:21 -0400
committerScott Ostler <sostler@deathmachine.local>2010-03-17 22:51:21 -0400
commitb5a74b56baed8b0ad2eed96857ba99ebcb041dca (patch)
tree618db249d52b00071854da409e6eef45bbb80cf4 /template/directory.st
parent924591575aa2e3aac2cc874b4c190e6daf21beeb (diff)
Added default avatar pic to directory
Diffstat (limited to 'template/directory.st')
-rw-r--r--template/directory.st7
1 files changed, 6 insertions, 1 deletions
diff --git a/template/directory.st b/template/directory.st
index 954c717..464013e 100644
--- a/template/directory.st
+++ b/template/directory.st
@@ -35,7 +35,12 @@
<div id="logavatar">
<img height="50" width="50" src="$u.avatar$"></img>
</div>
- $endif$
+ $else$
+ <div style="border-image:url(/static/noinfo.png)">
+ <div id="logavatar">
+ <img height="50" width="50" src="/static/noinfo.png"></img>
+ </div>
+ $endif$
</a>
<div id="infotxt"><b>last post</b></div>
<span class="linkify">$u.content$</span>