mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-31 02:21:36 +00:00
Empty commit
This commit is contained in:
parent
bd7382ea25
commit
bdaeee4670
@ -50,11 +50,12 @@
|
||||
<?
|
||||
if (!empty($NewDonations)) {
|
||||
foreach (DonationsBitcoin::get_userids(array_keys($NewDonations)) as $Address => $UserID) {
|
||||
$DonationEUR = Donations::currency_exchange($NewDonations[$Address], 'BTC');
|
||||
?>
|
||||
<tr>
|
||||
<td><?=$Address?></td>
|
||||
<td><?=Users::format_username($UserID, true, false, false)?></td>
|
||||
<td><?=$NewDonations[$Address]?></td>
|
||||
<td><?=$NewDonations[$Address]?> (<?="$DonationEUR EUR"?>)</td>
|
||||
<td><?=$AllDonations[$Address]?></td>
|
||||
<td><?=(int)Donations::get_rank($UserID)?></td>
|
||||
<td><?=(int)Donations::get_special_rank($UserID)?></td>
|
||||
|
Loading…
Reference in New Issue
Block a user