Removed bogus initPage from Cologne Blue so the parent class's version can
authorEvan Prodromou <evanprodromou@users.mediawiki.org>
Sat, 10 Apr 2004 06:21:15 +0000 (06:21 +0000)
committerEvan Prodromou <evanprodromou@users.mediawiki.org>
Sat, 10 Apr 2004 06:21:15 +0000 (06:21 +0000)
run instead.

includes/SkinCologneBlue.php

index 44a2d9e..88944be 100644 (file)
@@ -3,11 +3,6 @@
 
 class SkinCologneBlue extends Skin {
 
-       function initPage()
-       {
-               global $wgOut, $wgStyleSheetPath;
-       }
-
        function getStylesheet()
        {
                return "cologneblue.css";