summaryrefslogtreecommitdiff
path: root/skins/Chick.php
diff options
context:
space:
mode:
Diffstat (limited to 'skins/Chick.php')
-rw-r--r--skins/Chick.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/skins/Chick.php b/skins/Chick.php
index 30993b77..cfbdbc7d 100644
--- a/skins/Chick.php
+++ b/skins/Chick.php
@@ -1,9 +1,10 @@
<?php
/**
- * See skin.txt
+ * See docs/skin.txt
*
* @todo document
- * @addtogroup Skins
+ * @file
+ * @ingroup Skins
*/
if( !defined( 'MEDIAWIKI' ) )
@@ -14,7 +15,7 @@ require_once( dirname(__FILE__) . '/MonoBook.php' );
/**
* @todo document
- * @addtogroup Skins
+ * @ingroup Skins
*/
class SkinChick extends SkinTemplate {
function initPage( &$out ) {
@@ -22,6 +23,7 @@ class SkinChick extends SkinTemplate {
$this->skinname = 'chick';
$this->stylename = 'chick';
$this->template = 'MonoBookTemplate';
+ $this->fixfiles = array( 'IE50', 'IE55', 'IE60' );
}
}