mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
Merge "[dev] use skin name constant instead of string"
This commit is contained in:
commit
35b0675c5d
|
@ -32,7 +32,7 @@ use Vector\Constants;
|
|||
* @unstable
|
||||
*/
|
||||
class SkinVector extends SkinTemplate {
|
||||
public $skinname = 'vector';
|
||||
public $skinname = Constants::SKIN_NAME;
|
||||
public $stylename = 'Vector';
|
||||
public $template = 'VectorTemplate';
|
||||
|
||||
|
|
Loading…
Reference in a new issue