Jack Phoenix has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/250317

Change subject: Add sitenotice area to the skin
......................................................................

Add sitenotice area to the skin

Change-Id: Ib4387dd2ceae723c2f3aa66ab32e60c144696f11
---
M Bouquet.skin.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Bouquet 
refs/changes/17/250317/1

diff --git a/Bouquet.skin.php b/Bouquet.skin.php
index c2a0a2a..ad16089 100644
--- a/Bouquet.skin.php
+++ b/Bouquet.skin.php
@@ -170,6 +170,7 @@
                        <div id="content-wrapper">
                                <div id="content" role="main">
                                        <article class="post hentry">
+                                               <?php if ( 
$this->data['sitenotice'] ) { ?><div id="siteNotice"><?php $this->html( 
'sitenotice' ) ?></div><?php } ?>
                                                <header class="entry-header">
                                                        <h1 id="firstHeading" 
class="firstHeading entry-title" lang="<?php $this->text( 'pageLanguage' ); 
?>"><?php $this->html( 'title' ) ?></h1>
                                                        <?php if ( 
$this->data['undelete'] ) { ?><div id="contentSub2"><?php $this->html( 
'undelete' ) ?></div><?php } ?>

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib4387dd2ceae723c2f3aa66ab32e60c144696f11
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Bouquet
Gerrit-Branch: master
Gerrit-Owner: Jack Phoenix <j...@countervandalism.net>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to