- auto-switch to mobile theme was off in bundled config

This commit is contained in:
Max Pozdeev 2020-10-03 21:28:32 +03:00
parent 0a1f494517
commit 1bbde052ae

View file

@ -55,6 +55,6 @@ $config['dateformatshort'] = 'j M';
$config['showdate'] = 0;
# Autodetect mobile devices and switch theme
$config['detectmobile'] = 0;
$config['detectmobile'] = 1;
?>