In SkinMinerva.php,
if ( $wgMFEnableSiteNotice ) {
$banners[] = '<div id="siteNotice"></div>';
}
forgets to put in the sitenotice there in the middle!!
$wgMFEnableSiteNotice = true;
$ GET -P '.../index.php?title=Raucously_Calling_for_War&useformat=desktop'|grep -i sitenotice
<div id="siteNotice"><div id="localNotice" lang="en" dir="ltr"><p>(server: jidanni2)
$ GET -P '.../index.php?title=Raucously_Calling_for_War&useformat=mobile' |grep -i sitenotice
<div id="siteNotice"></div> <div class="header">
$wgMFEnableSiteNotice = false;
$ GET -P '.../index.php?title=Raucously_Calling_for_War&useformat=mobile' |grep -i sitenotice
$ GET -P '.../index.php?title=Raucously_Calling_for_War&useformat=desktop'|grep -i sitenotice
<div id="siteNotice"><div id="localNotice" lang="en" dir="ltr"><p>(server: jidanni2)
Version: unspecified
Severity: normal