|
'.$vdata['name'].'
|
'.number_format(round($wood)).' |
'.number_format(round($clay)).' |
'.number_format(round($iron)).' |
'.number_format(round($crop)).' |
'.($totalmerchants > 0 ? '' : '').'
'.$availmerchants.'/'.$totalmerchants.'
|
';
// ==========================================================
// SUME GLOBALE
// ==========================================================
$woodSUM += $wood;
$claySUM += $clay;
$ironSUM += $iron;
$cropSUM += $crop;
}
?>