Jdlrobson has submitted this change and it was merged.

Change subject: Story 141: Add siteNotice div to skin
......................................................................


Story 141: Add siteNotice div to skin

Allows CentralNotice extension to insert banners

Change-Id: I715b6fb534c3d0d41d06c9547b3ef82a70fcb793
---
M includes/skins/SkinMobileTemplate.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Jdlrobson: Verified; Looks good to me, approved



diff --git a/includes/skins/SkinMobileTemplate.php 
b/includes/skins/SkinMobileTemplate.php
index f503736..2d45295 100644
--- a/includes/skins/SkinMobileTemplate.php
+++ b/includes/skins/SkinMobileTemplate.php
@@ -6,6 +6,7 @@
                ?>
                <?php $this->html( 'zeroRatedBanner' ) ?>
                <?php $this->html( 'notice' ) ?>
+               <div id="siteNotice"></div>
                <?php $this->renderArticleHeader() ?>
        <div class='show <?php $this->html( 'articleClass' ); ?>' 
id='content_wrapper'>
                <?php if ( !$this->data[ 'isSpecialPage' ] ) { ?>

-- 
To view, visit https://gerrit.wikimedia.org/r/52055
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I715b6fb534c3d0d41d06c9547b3ef82a70fcb793
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: JGonera <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: awjrichards <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to