X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=skins%2FMonoBook.php;h=34f59655b74cf86bcdc0a132657c88d56791f6be;hb=88428ee2ff6b0fa8aa08e0ab33a35d324514bb8b;hp=e805acadbd3e95584f4c6e69e187d11b97b1fd28;hpb=f0a00a49b1be46b51aeef712f363305bce4448fa;p=lhc%2Fweb%2Fwiklou.git diff --git a/skins/MonoBook.php b/skins/MonoBook.php index e805acadbd..34f59655b7 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -45,7 +45,7 @@ class SkinMonoBook extends SkinTemplate { function setupSkinUserCss( OutputPage $out ) { parent::setupSkinUserCss( $out ); - $out->addModuleStyles( 'skins.monobook' ); + $out->addModuleStyles( array( 'skins.common.interface', 'skins.monobook.styles' ) ); // TODO: Migrate all of these $out->addStyle( 'monobook/IE60Fixes.css', 'screen', 'IE 6' ); @@ -79,8 +79,8 @@ class MonoBookTemplate extends BaseTemplate { data['sitenotice'] ) { ?>
html( 'sitenotice' ) ?>

html( 'title' ) ?>

msg( 'tagline' ) ?>
@@ -89,9 +89,9 @@ class MonoBookTemplate extends BaseTemplate {
html( 'undelete' ) ?>
data['newtalk'] ) { ?>
html( 'newtalk' ) ?>
-data['showjumplinks'] ) { ?> -
msg( 'jumpto' ) ?> msg( 'jumptonavigation' ) ?>msg( 'comma-separator' ) ?>msg( 'jumptosearch' ) ?>
+
msg( 'jumpto' ) ?> msg( 'jumptonavigation' ) ?>msg( 'comma-separator' ) ?>msg( 'jumptosearch' ) ?>
+ html( 'bodytext' ) ?> data['catlinks'] ) { $this->html( 'catlinks' ); } ?> @@ -221,6 +221,8 @@ echo $footerEnd; } ?> + + renderAfterPortlet( 'search' ); ?>
+renderAfterPortlet( 'cactions' ); ?> +renderAfterPortlet( 'tb' ); ?> data['language_urls'] ) { + if ( $this->data['language_urls'] !== false ) { ?> renderAfterPortlet( $bar ); ?>