summaryrefslogtreecommitdiff
path: root/skins/Standard.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2008-08-15 01:29:47 +0200
committerPierre Schmitz <pierre@archlinux.de>2008-08-15 01:29:47 +0200
commit370e83bb0dfd0c70de268c93bf07ad5ee0897192 (patch)
tree491674f4c242e4d6ba0d04eafa305174c35a3391 /skins/Standard.php
parentf4debf0f12d0524d2b2427c55ea3f16b680fad97 (diff)
Update auf 1.13.0
Diffstat (limited to 'skins/Standard.php')
-rw-r--r--skins/Standard.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/skins/Standard.php b/skins/Standard.php
index ed00d59d..87a151fa 100644
--- a/skins/Standard.php
+++ b/skins/Standard.php
@@ -1,9 +1,10 @@
<?php
/**
- * See skin.txt
+ * See docs/skin.txt
*
* @todo document
- * @addtogroup Skins
+ * @file
+ * @ingroup Skins
*/
if( !defined( 'MEDIAWIKI' ) )
@@ -11,7 +12,7 @@ if( !defined( 'MEDIAWIKI' ) )
/**
* @todo document
- * @addtogroup Skins
+ * @ingroup Skins
*/
class SkinStandard extends Skin {
@@ -152,6 +153,9 @@ class SkinStandard extends Skin {
# Use the first heading from the Monobook sidebar as the "browse" section
$bar = $this->buildSidebar();
+ unset( $bar['SEARCH'] );
+ unset( $bar['LANGUAGES'] );
+ unset( $bar['TOOLBOX'] );
$browseLinks = reset( $bar );
foreach ( $browseLinks as $link ) {