mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
모바일 문서 페이지 접속시 PC와 동일한 스킨 사용시 템플릿 문서를 찾지 못하는 문제 고침
This commit is contained in:
parent
0f33fa6539
commit
9cac59095b
1 changed files with 2 additions and 2 deletions
|
|
@ -121,6 +121,7 @@ class pageMobile extends pageView
|
|||
{
|
||||
$template_path = sprintf("%sskins/%s/",$this->module_path, 'default');
|
||||
}
|
||||
$page_content = $oTemplate->compile($template_path, 'content');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
@ -129,10 +130,9 @@ class pageMobile extends pageView
|
|||
{
|
||||
$template_path = sprintf("%sm.skins/%s/",$this->module_path, 'default');
|
||||
}
|
||||
$page_content = $oTemplate->compile($template_path, 'mobile');
|
||||
}
|
||||
|
||||
$page_content = $oTemplate->compile($template_path, 'mobile');
|
||||
|
||||
return $page_content;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue