summaryrefslogtreecommitdiff
path: root/skins/CologneBlue.php
diff options
context:
space:
mode:
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 ) {