https://bugzilla.wikimedia.org/show_bug.cgi?id=63457
Bug ID: 63457
Summary: $wgMFEnableSiteNotice always gets empty siteNotice
Product: MobileFrontend
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: stable
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected],
[email protected], [email protected],
[email protected], [email protected],
[email protected]
Web browser: ---
Mobile Platform: ---
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)
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l