Open1

Mediawiki運用で引っかかったポイント

YMS_ChairManYMS_ChairMan

Vector22スキンの「以前の外観に切り替え」を削除する

Skins/Vector/includes/Components/VectorComponentMainMenu.phpの55行目

VectorComponentMainMenu.php
$this->optOut = new VectorComponentMainMenuActionOptOut( $skin );

をコメントアウトする。

phpのコメントは "//" or "#" or "/* hogehoge */" らしい。