fix conditional
This commit is contained in:
parent
10f759f718
commit
00af9ec51b
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ $wgProxyKey = "b957b9365f724d22f666998b751507c551c66484bf75b1cc33802a67e92b0827"
|
|||
|
||||
## Default skin: you can change the default skin. Use the internal symbolic
|
||||
## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook':
|
||||
{% if env != "staging" %}
|
||||
{% if env == "staging" %}
|
||||
wfLoadSkin( 'MonoBook' );
|
||||
$wgDefaultSkin = 'MonoBook';
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue