X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FSkinTemplate.php;h=97c0ec445d836b8da6c1e559c3eaab469da21dae;hb=a439b58fcf1dd94386969ba558ec93cb31bdef53;hp=1f78ee5e5660c4ae95c8f71232d2d32b6a3f6e38;hpb=7665f7d7674dbdf785c71ddafce0721a2e130cf3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index 1f78ee5e56..97c0ec445d 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -74,12 +74,6 @@ class SkinTemplate extends Skin { */ public $skinname = 'monobook'; - /** - * @var string Stylesheets set to use. Subdirectory in skins/ where various - * stylesheets are located. Child classes should override the default. - */ - public $stylename = 'monobook'; - /** * @var string For QuickTemplate, the name of the subclass which will * actually fill the template. Child classes should override the default. @@ -118,7 +112,6 @@ class SkinTemplate extends Skin { * Generates array of language links for the current page * * @return array - * @public */ public function getLanguages() { global $wgHideInterlanguageLinks; @@ -1104,7 +1097,7 @@ class SkinTemplate extends Skin { /** * The following actions use messages which, if made particular to * the any specific skins, would break the Ajax code which makes this - * action happen entirely inline. Skin::makeGlobalVariablesScript + * action happen entirely inline. OutputPage::getJSVars * defines a set of messages in a javascript object - and these * messages are assumed to be global for all skins. Without making * a change to that procedure these messages will have to remain as