mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +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');
|
$template_path = sprintf("%sskins/%s/",$this->module_path, 'default');
|
||||||
}
|
}
|
||||||
|
$page_content = $oTemplate->compile($template_path, 'content');
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
@ -129,9 +130,8 @@ class pageMobile extends pageView
|
||||||
{
|
{
|
||||||
$template_path = sprintf("%sm.skins/%s/",$this->module_path, 'default');
|
$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;
|
return $page_content;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue