Comments and whitespace fixes only.
[lhc/web/wiklou.git] / skins / Chick.php
index 75204c6..35d8393 100644 (file)
@@ -19,7 +19,7 @@ require_once( dirname(__FILE__) . '/MonoBook.php' );
  */
 class SkinChick extends SkinTemplate {
        function initPage( OutputPage $out ) {
-               SkinTemplate::initPage( $out );
+               parent::initPage( $out );
                $this->skinname  = 'chick';
                $this->stylename = 'chick';
                $this->template  = 'MonoBookTemplate';
@@ -33,4 +33,4 @@ class SkinChick extends SkinTemplate {
                $out->addStyle( 'chick/IE55Fixes.css', 'screen,handheld', 'IE 5.5000' );
                $out->addStyle( 'chick/IE60Fixes.css', 'screen,handheld', 'IE 6' );
        }
-}
\ No newline at end of file
+}