Skip to content

Commit

Permalink
sub template folder
Browse files Browse the repository at this point in the history
  • Loading branch information
JimTR committed Apr 9, 2020
1 parent 83a268d commit eae86cd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions html/subs/player_row.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!-- Player row sub -->
<tr>
<td>
<i style="color:green;">'.$playerN.'</i>
</td>
<td>
'.$pscore.'
</td>
<td>
&nbsp;'.gmdate("H:i:s", $player_list[$k]['gq_time']).'
</td>
</tr>

0 comments on commit eae86cd

Please sign in to comment.