<?php
<table class="peep_table_1 peep_credits" id="credits-history-tbl">
<tbody>
<tr class="peep_tr_first">
<th class="peep_txtcenter" width="30%">{text key='usercredits+date'}</th>
<th width="50%">{text key='usercredits+action'}</th>
<th class="peep_txtcenter" width="20%">{text key='usercredits+credits'}</th>
</tr>
{$items}
</tbody>
</table>
{$paging}
?>