X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=skins%2FChick.php;h=2362263c6d14e624facae0e03ef6566fc29b5231;hb=0bada1a7a511f4c64707c6acb580e78d39b5210f;hp=d5a4a080e5e7ef2bda1a37389d215e28b1a2b093;hpb=266d41f165fe23e85f70f90891f951b0b0bcda7a;p=lhc%2Fweb%2Fwiklou.git diff --git a/skins/Chick.php b/skins/Chick.php index d5a4a080e5..2362263c6d 100644 --- a/skins/Chick.php +++ b/skins/Chick.php @@ -1,30 +1,35 @@ skinname = 'chick'; - $this->stylename = 'chick'; - $this->template = 'MonoBookTemplate'; + var $skinname = 'chick', $stylename = 'chick', + $template = 'MonoBookTemplate', $useHeadElement = true; + + /** + * @param $out OutputPage + */ + function setupSkinUserCss( OutputPage $out ){ + parent::setupSkinUserCss( $out ); + + $out->addModuleStyles( 'skins.chick' ); + + // TODO: Migrate all of these to RL + $out->addStyle( 'chick/IE60Fixes.css', 'screen,handheld', 'IE 6' ); } } - -?>