moon mailer structure

This commit is contained in:
2019-02-13 06:59:06 -06:00
parent e27701f965
commit c818a7ae05
3 changed files with 67 additions and 6 deletions

View File

@@ -57,9 +57,9 @@ class MoonsController extends Controller
$html .= '<td>' . $moon->FourthOre . '</td>';
$html .= '<td>' . $moon->FourthQuantity . '</td>';
if($type == 'W4RP') {
$html .= '<td>' . $price['alliance'] . '</td>';
$html .= '<td>' . number_format($price['alliance'], 0, ".", ",") . '</td>';
} else if ($type == 'Legacy') {
$html .= '<td>' . $price['outofalliance'] . '</td>';
$html .= '<td>' . number_format($price['outofalliance'], 0, ".", ",") . '</td>';
} else {
$html .= '<td>N/A</td>';
}