mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
모바일 뷰어 사용중일 경우 모바일 최적화 화면 문구 뜨도록 개선
This commit is contained in:
parent
1f9844ed08
commit
4b1025e8c5
3 changed files with 9 additions and 7 deletions
|
|
@ -606,8 +606,7 @@ class menuAdminController extends menu
|
|||
$cmArgs->is_skin_fix = 'N';
|
||||
$cmArgs->is_mskin_fix = 'N';
|
||||
|
||||
$db_info = Context::getDBInfo();
|
||||
if($db_info->use_mobile_view == 'Y')
|
||||
if(Mobile::isMobileEnabled() === true)
|
||||
{
|
||||
$cmArgs->use_mobile = 'Y';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue