diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/directory.st | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/template/directory.st b/template/directory.st index 94fb2cb..9f68812 100644 --- a/template/directory.st +++ b/template/directory.st @@ -35,15 +35,16 @@ $users:{ u | <div class="logged-dump"> <a href="/u/$u.nick$"> - <b> $u.nick$</b> - $if(u.avatar)$ - <div id="logavatar"> <img height="50" width="50" src="$u.avatar$"></img></div> - $endif$ - </a> - <div id="infotxt"><b><div style="display:none;">Count: $u.cnt$ !!</div> - last post </b></div> - <span class="linkify">$u.content$</span> - <hr /> + <b>$u.nick$</b> + $if(u.avatar)$ + <div id="logavatar"> <img height="50" width="50" src="$u.avatar$" /></div> + $endif$ + </a> + <div id="infotxt"> + <b><div style="display:none;">Count: $u.cnt$ !!</div>last post</b> + </div> + <span class="linkify">$u.content$</span> + <hr /> <div style="display:none;"> <a href="http://www.facebook.com/share.php?u=$u.content$" target="_blank"><img src="/static/fbbutton.png"></a> |
