X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=skins%2FMonoBook.php;h=fe6a25f114a4804044d2f348780e4602d297fe06;hb=fd3ac84a6b10145fe79a8479bd0e9afc84e3a763;hp=bd914ceaa60e711f04d77cbf2a4eb3836a160ba8;hpb=d0fc29d788d9b3d1dec1c620ed08b6a701c380d0;p=lhc%2Fweb%2Fwiklou.git diff --git a/skins/MonoBook.php b/skins/MonoBook.php index bd914ceaa6..fe6a25f114 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -40,7 +40,7 @@ class SkinMonoBook extends SkinTemplate { $template = 'MonoBookTemplate', $useHeadElement = true; /** - * @param $out OutputPage + * @param OutputPage $out */ function setupSkinUserCss( OutputPage $out ) { parent::setupSkinUserCss( $out ); @@ -172,7 +172,7 @@ echo $footerEnd; /*************************************************************************************************/ /** - * @param $sidebar array + * @param array $sidebar */ protected function renderPortals( $sidebar ) { if ( !isset( $sidebar['SEARCH'] ) ) { @@ -221,6 +221,8 @@ echo $footerEnd; } ?> + + renderAfterPortlet( 'search' ); ?> +renderAfterPortlet( 'cactions' ); ?> +renderAfterPortlet( 'tb' ); ?> data['language_urls'] ) { + if ( $this->data['language_urls'] !== false ) { ?> 'generated-sidebar portlet', 'id' => Sanitizer::escapeId( "p-$bar" ), 'role' => 'navigation' ); @@ -315,9 +321,12 @@ echo $footerEnd; # allow raw HTML block to be defined by extensions print $cont; } + + $this->renderAfterPortlet( $bar ); ?>