mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
issue 2312 fixed a bug that a thumnail of layout didn't show in theme page.
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11114 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b2e40525c5
commit
57ee0326ca
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@
|
|||
unset($layout_info);
|
||||
$layout_info = $oLayoutModel->getLayout($val->layout_srl);
|
||||
if (!$layout_info) continue;
|
||||
$layout_parse = explode('.', $layout_info->layout);
|
||||
$layout_parse = explode('|@|', $layout_info->layout);
|
||||
if (count($layout_parse) == 2){
|
||||
$thumb_path = sprintf('./themes/%s/layouts/%s/thumbnail.png', $layout_parse[0], $layout_parse[1]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue