42 if ( !
$myConfig->getConfigParam(
'bl_perfLoadCurrency' ) ) {
50 if ( isset( $iCur ) ) {
65 $this->aCurrencies =
$myConfig->getCurrencyArray( $iActCur );
67 $this->_oActCur = $this->aCurrencies[$iActCur];
70 if ( !isset( $oBasket ) ) {
73 $oBasket->setBasketCurrency( $this->_oActCur );
90 $oParentView->setActCurrency( $this->_oActCur );
93 $sUrl = $oUrlUtils->cleanUrl( $this->
getConfig()->getTopActiveView()->getLink(), array(
"cur" ) );
95 if ( $this->
getConfig()->getConfigParam(
'bl_perfLoadCurrency' ) ) {
96 reset( $this->aCurrencies );
97 while ( list( , $oItem ) = each( $this->aCurrencies ) ) {
98 $oItem->link = $oUrlUtils->processUrl( $sUrl,
true, array(
"cur" => $oItem->id ) );