summaryrefslogtreecommitdiff
path: root/skins/CologneBlue.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/CologneBlue.php
parentf4debf0f12d0524d2b2427c55ea3f16b680fad97 (diff)
Update auf 1.13.0
Diffstat (limited to 'skins/CologneBlue.php')
-rw-r--r--skins/CologneBlue.php13
1 files changed, 7 insertions, 6 deletions
diff --git a/skins/CologneBlue.php b/skins/CologneBlue.php
index f33c34f4..29addfc9 100644
--- a/skins/CologneBlue.php
+++ b/skins/CologneBlue.php
@@ -1,9 +1,10 @@
<?php
/**
- * See skin.txt
+ * See docs/skin.txt
*
* @todo document
- * @addtogroup Skins
+ * @file
+ * @ingroup Skins
*/
if( !defined( 'MEDIAWIKI' ) )
@@ -11,13 +12,10 @@ if( !defined( 'MEDIAWIKI' ) )
/**
* @todo document
- * @addtogroup Skins
+ * @ingroup Skins
*/
class SkinCologneBlue extends Skin {
- private $searchboxes = '';
- // How many search boxes have we made? Avoid duplicate id's.
-
function getStylesheet() {
return 'common/cologneblue.css';
}
@@ -180,6 +178,9 @@ class SkinCologneBlue 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 ) {