Index: ZeroRatedMobileAccess.body.php
===================================================================
--- ZeroRatedMobileAccess.body.php	(revision 114236)
+++ ZeroRatedMobileAccess.body.php	(working copy)
@@ -109,7 +109,7 @@
 				}
 			}
 
-			if ( self::$isFilePage && self::$acceptBilling !== 'yes' ) {
+			if ( self::$isFilePage && self::$acceptBilling !== 'yes' && self::$renderZeroRatedBanner === true  ) {
 				$acceptBillingYes = Html::rawElement( 'a',
 					array( 'href' => str_replace( '.wikipedia.org/', '.m.wikipedia.org/', wfExpandUrl( $wgRequest->appendQuery( 'acceptbilling=yes' . urlencode( $referrer ) ), PROTO_CURRENT ) ) ),
 					wfMsg( 'zero-rated-mobile-access-banner-text-data-charges-yes' ) );
