mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
issue 1064, problem that root of thumbnail image
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9872 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
87e5c89db1
commit
f748458ecd
1 changed files with 1 additions and 1 deletions
|
|
@ -478,7 +478,7 @@
|
|||
if (!$layout_info) continue;
|
||||
$layout_parse = explode('.', $layout_info->layout);
|
||||
if (count($layout_parse) == 2){
|
||||
$thumb_path = sprintf('./themes/%s/layout/%s/thumbnail.png', $layout_parse[0], $layout_parse[1]);
|
||||
$thumb_path = sprintf('./themes/%s/layouts/%s/thumbnail.png', $layout_parse[0], $layout_parse[1]);
|
||||
}
|
||||
else{
|
||||
$thumb_path = './layouts/'.$layout_info->layout.'/thumbnail.png';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue