NEW = ' . $new_currency . '
'; // Now apply currency update if ( // Has new currency been selected? (isset($_GET['currency'])) || // Does language change require currency update? (isset($_GET['language']) && USE_DEFAULT_LANGUAGE_CURRENCY == 'true' && LANGUAGE_CURRENCY != $_SESSION['currency'] ) ) { $_SESSION['currency'] = $new_currency; // redraw the page without the currency/language info in the URL if (isset($_GET['currency']) || isset($_GET['language'])) zen_redirect(zen_href_link($current_page_base, zen_get_all_get_params(array('currency','language')))); } ?>