From: Evan Prodromou Date: Sat, 10 Apr 2004 06:21:15 +0000 (+0000) Subject: Removed bogus initPage from Cologne Blue so the parent class's version can X-Git-Tag: 1.3.0beta1~485 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=cdd68056bc84bfcb5e69e0e0b74747e33d00ae59;p=lhc%2Fweb%2Fwiklou.git Removed bogus initPage from Cologne Blue so the parent class's version can run instead. --- diff --git a/includes/SkinCologneBlue.php b/includes/SkinCologneBlue.php index 44a2d9ed95..88944bed3a 100644 --- a/includes/SkinCologneBlue.php +++ b/includes/SkinCologneBlue.php @@ -3,11 +3,6 @@ class SkinCologneBlue extends Skin { - function initPage() - { - global $wgOut, $wgStyleSheetPath; - } - function getStylesheet() { return "cologneblue.css";