AAAAhome/academiac/www/plugins/vmpayment/klarna/klarna/tmpl/productprice_layout.php 0000604 00000010177 15137556256 0024236 0 ustar 00 addScriptDeclaration("
jQuery(function(){
jQuery('.klarna_PPBox_bottomMid_readMore a').click( function(){
InitKlarnaPartPaymentElements('klarna_partpayment', '". $viewData['eid'] ."', '".strtolower($viewData['country']) ."');
ShowKlarnaPartPaymentPopup();
return false;
});
});
");
$js = '';
$js .= '';
//$html .= '
';
$country_width="";
if (strcasecmp($viewData['country'],'nl')==0) {
$js .= '';
$country_width="klarna_PPBox_topMid_nl";
}
$document = JFactory::getDocument();
//$document->addScriptDeclaration($js);
?>