properly display username in graph

This commit is contained in:
Sebastian Grewe 2013-06-06 12:02:58 +02:00
parent aebb97a1d8
commit 7e76bb4a63

View File

@ -16,7 +16,7 @@
</thead>
<tbody>
<tr>
<th scope="row">{$GLOBAL.USERDATA.username}</th>
<th scope="row">{$smarty.session.USERDATA.username}</th>
{for $i=date('G') to 23}
<td>{$YOURHASHRATES.$i|default:"0"}</td>
{/for}