mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
[dev] use skin name constant instead of string
Use centralized symbol for "vector" instead of hardcoded string. Change-Id: I44d6b3e64cd424b6624ce5c050616e5bb281fbc8
This commit is contained in:
parent
8eb631b05f
commit
4d96738c7b
|
@ -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