↓
XMR
↓
"; foreach ($chunk as $currency) { $currencyName = isset(${"l_" . strtolower($currency)}) ? ${"l_" . strtolower($currency)} : $currency; echo "
{$currency}
"; } echo ""; echo "
"; foreach ($chunk as $currency) { echo "
" . str_replace(".", ",", $exchangeRates[$currency]) . "
"; } echo "
"; } ?>
📋
=
📋
' . (isset(${"l_" . strtolower($xmr_in)}) ? ${"l_" . strtolower($xmr_in)} : $xmr_in) . ''; } foreach ($currencies as $currency) { $currencyName = isset(${"l_" . strtolower($currency)}) ? ${"l_" . strtolower($currency)} : $currency; echo "
{$currencyName}
"; } ?>