Index: trunk/phase3/languages/Language.php |
— | — | @@ -505,7 +505,6 @@ |
506 | 506 | 'restorelink' => '$1 deleted edits', |
507 | 507 | 'feedlinks' => 'Feed:', |
508 | 508 | 'sitenotice' => '-', # the equivalent to wgSiteNotice |
509 | | -'namespacebanner' => 'Namespacebanner', |
510 | 509 | |
511 | 510 | # Short words for each namespace, by default used in the 'article' tab in monobook |
512 | 511 | 'nstab-main' => 'Article', |
Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -1367,18 +1367,6 @@ |
1368 | 1368 | } |
1369 | 1369 | } |
1370 | 1370 | } |
1371 | | - |
1372 | | - # Namespacebanner |
1373 | | - $key = wfMsg('namespacebanner') ; |
1374 | | - $ns = $wgTitle->getNsText() . '-' ; |
1375 | | - if ( $ns != "" ) { |
1376 | | - $key .= str_replace ( '_' , '-' , $ns ) ; |
1377 | | - } |
1378 | | - $nsbanner = wfMsg ( $key ) ; |
1379 | | - if ( $nsbanner != "<".$key.">" ) { |
1380 | | - $notice .= '<div id="namespacebanner">' . $nsbanner . "</div>" ; |
1381 | | - } |
1382 | | - |
1383 | 1371 | wfProfileOut( $fname ); |
1384 | 1372 | return $notice; |
1385 | 1373 | } |