mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Merge pull request #1699 from nemo9l/fix/m.layout-thumbnail
Fix #1698 모바일 레이아웃의 썸네일을 PC 레이아웃 폴더에서 찾는 문제 고침
This commit is contained in:
commit
3293924a60
1 changed files with 4 additions and 0 deletions
|
|
@ -93,6 +93,10 @@ class layoutModel extends layout
|
|||
{
|
||||
$thumbnailPath = sprintf('./themes/%s/layouts/%s/thumbnail.png' , $token[0], $token[1]);
|
||||
}
|
||||
else if($layoutType == 'M')
|
||||
{
|
||||
$thumbnailPath = sprintf('./m.layouts/%s/thumbnail.png' , $val->layout);
|
||||
}
|
||||
else
|
||||
{
|
||||
$thumbnailPath = sprintf('./layouts/%s/thumbnail.png' , $val->layout);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue