diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/directory.st | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/template/directory.st b/template/directory.st index ef20a29..b21d2ad 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> |
