You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
393 B
Smarty

12 years ago
<h1>Users</h1>
<div>
12 years ago
<!-- BEGIN users -->
<div class="users-box well">
<a href="/users/{users.username}">
<img src="{users.picture}"/>
</a>
<br/>
<a href="/users/{users.username}">{users.username}</a>
<br/>
<span title="reputation">{users.reputation}</span><br/>
<span title="postcount">{users.postcount}</span><br/>
</div>
<!-- END users -->
12 years ago
</div>