We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2dd34 commit 939cb80Copy full SHA for 939cb80
include/autoloader.inc.php
@@ -37,7 +37,7 @@
37
require_once(INCLUDE_DIR . '/lib/Mobile_Detect.php');
38
$detect = new Mobile_Detect;
39
40
-if (!$detect->isMobile()) {
+if ($detect->isMobile()) {
41
$theme = $setting->getValue('website_mobile_theme', 'bootstrap');
42
} else if ( PHP_SAPI == 'cli') {
43
// Create a new compile folder just for crons
0 commit comments