X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=skins%2FMonoBook.php;h=5c7ca14f5ffa132d6efd4d0484b36ac5baf24a2b;hb=8ffbb077b3f4f2fa3a4a5230df65e5c5ed8f2d6d;hp=0e10b5b9e62773f247a72e82a0dcd3034cf86f72;hpb=2b3733ecab253215d9c24684e7ee0871cb1f78e1;p=lhc%2Fweb%2Fwiklou.git diff --git a/skins/MonoBook.php b/skins/MonoBook.php index 0e10b5b9e6..5c7ca14f5f 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -1,10 +1,25 @@ data['newtalk'] ) { ?>
html('newtalk') ?>
data['showjumplinks']) { ?> -
msg('jumpto') ?> msg('jumptonavigation') ?>, msg('jumptosearch') ?>
+
msg('jumpto') ?> msg('jumptonavigation') ?>msg( 'comma-separator' ) ?>msg('jumptosearch') ?>
html('bodytext') ?> @@ -158,6 +173,9 @@ echo $footerEnd; /*************************************************************************************************/ + /** + * @param $sidebar array + */ protected function renderPortals( $sidebar ) { if ( !isset( $sidebar['SEARCH'] ) ) $sidebar['SEARCH'] = true; if ( !isset( $sidebar['TOOLBOX'] ) ) $sidebar['TOOLBOX'] = true; @@ -206,8 +224,6 @@ echo $footerEnd; /** * Prints the cactions bar. * Shared between MonoBook and Modern - * - * @param $skin Skin */ function cactions() { ?> @@ -267,6 +283,10 @@ echo $footerEnd; } /*************************************************************************************************/ + /** + * @param $bar string + * @param $cont array|string + */ function customBox( $bar, $cont ) { $portletAttribs = array( 'class' => 'generated-sidebar portlet', 'id' => Sanitizer::escapeId( "p-$bar" ) ); $tooltip = Linker::titleAttrib( "p-$bar" );