Index: trunk/extensions/CentralNotice/SpecialCentralNotice.php |
— | — | @@ -21,6 +21,7 @@ |
22 | 22 | |
23 | 23 | // Begin output |
24 | 24 | $this->setHeaders(); |
| 25 | + $this->outputHeader(); |
25 | 26 | |
26 | 27 | // Add style file to the output headers |
27 | 28 | $wgOut->addExtensionStyle( "$wgExtensionAssetsPath/CentralNotice/centralnotice.css" ); |
— | — | @@ -34,9 +35,6 @@ |
35 | 36 | // Initialize error variable |
36 | 37 | $this->centralNoticeError = false; |
37 | 38 | |
38 | | - // Show summary |
39 | | - $wgOut->addWikiText( wfMsg( 'centralnotice-summary' ) ); |
40 | | - |
41 | 39 | // Show header |
42 | 40 | $this->printHeader( $sub ); |
43 | 41 | |