fix mobile-view
This commit is contained in:
parent
36abf624d8
commit
92a7a62608
7
boot.php
7
boot.php
|
@ -1485,8 +1485,11 @@ if(! function_exists('current_theme')) {
|
||||||
|
|
||||||
if($theme_name === '---') {
|
if($theme_name === '---') {
|
||||||
// user has selected to have the mobile theme be the same as the normal one
|
// user has selected to have the mobile theme be the same as the normal one
|
||||||
$system_theme = '';
|
$system_theme = $standard_system_theme;
|
||||||
$theme_name = '';
|
$theme_name = $standard_theme_name;
|
||||||
|
|
||||||
|
if($page_theme)
|
||||||
|
$theme_name = $page_theme;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue