Changes

Jump to: navigation, search

Installing Mediawiki 1.31.3 on OpenBSD 6.5

9 bytes removed, 13:50, 2 October 2019
Enable mobile support
Edit <code>LocalSettings.php</code> to enable it (append it at the bottom):
wfLoadSkin( 'MinervaNeue' );
wfLoadExtension( 'MobileFrontend' );
$wgMFAutodetectMobileView = true;
$wgMFDefaultSkinClass = 'SkinVector';

Navigation menu