X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=skins%2FChick.php;h=30993b77dcebd1f77b07099ec23b6e400f1c7fe7;hb=af7be3b1b7b2f9e1aa32007857a21df3c6a0cfc0;hp=f3e06f3775efc47433051f775111921162f67b12;hpb=b89965cded3205280eb659843a2baa5d0bcc1f3d;p=lhc%2Fweb%2Fwiklou.git diff --git a/skins/Chick.php b/skins/Chick.php index f3e06f3775..30993b77dc 100644 --- a/skins/Chick.php +++ b/skins/Chick.php @@ -1,32 +1,28 @@ skinname = 'chick'; - $this->template = 'Chick'; + SkinTemplate::initPage( $out ); + $this->skinname = 'chick'; + $this->stylename = 'chick'; + $this->template = 'MonoBookTemplate'; } - function suppressUrlExpansion() { return true; } - function printSource() { return ''; } } -} -?> +