mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
Merge pull request #963 from sejin7940/menu_mobile
모바일 뷰 사용하는 경우, 사이트맵에서 메뉴 생성시 해당 모듈에 자동으로 모바일 뷰 사용 체크 되도록
This commit is contained in:
commit
df3a4773ff
1 changed files with 6 additions and 0 deletions
|
|
@ -606,6 +606,12 @@ 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')
|
||||
{
|
||||
$cmArgs->use_mobile = 'Y';
|
||||
}
|
||||
|
||||
// if mid is empty, auto create mid
|
||||
if(!$request->module_id)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue