$_val) { $$_key = smarty_function_escape_special_chars($_val); } if ($aUser['price_with_tax'] == 1) { return round($price, $oCurrencies->currencies[DEFAULT_CURRENCY]['decimal_places']) + oos_calculate_tax($price, $tax); } else { return round($price, $oCurrencies->currencies[DEFAULT_CURRENCY]['decimal_places']); } }