fix mobile-view

This commit is contained in:
rabuzarus 2015-07-01 16:22:08 +02:00
parent 36abf624d8
commit 92a7a62608
1 changed files with 5 additions and 2 deletions

View File

@ -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;
} }
} }
} }