Index: branches/fundraising/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php |
— | — | @@ -59,6 +59,9 @@ |
60 | 60 | $wgOut->addExtensionStyle( |
61 | 61 | "{$wgScriptPath}/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.css?284" . |
62 | 62 | $wgPayFlowProGatewayCSSVersion ); |
| 63 | + |
| 64 | + // Hide unneeded interface elements |
| 65 | + $wgOut->addModules( 'donationInterface.skinOverride' ); |
63 | 66 | |
64 | 67 | $scriptVars = array( |
65 | 68 | 'payflowproGatewayErrorMsgJs' => wfMsg( 'payflowpro_gateway-error-msg-js' ), |