Skip to content
Snippets Groups Projects
Commit 9c3936e5 authored by Pierre Schmitz's avatar Pierre Schmitz
Browse files

archwiki: Enable MobileFrontend extension on archlinux.org

parent cf9f4f99
No related branches found
No related tags found
No related merge requests found
......@@ -293,6 +293,11 @@ wfLoadExtension( 'ParserFunctions' );
wfLoadExtension( 'Interwiki' );
$wgGroupPermissions['sysop']['interwiki'] = true;
# MobileFrontend extension
wfLoadExtension( 'MobileFrontend' );
$wgMFAutodetectMobileView = true;
$wgMFVaryOnUA = true;
##
## Temporary settings for maintenance
##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment