mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
#238 썸네일 경로 변경.
This commit is contained in:
parent
194ce8614a
commit
e42cb2f26e
5 changed files with 8 additions and 8 deletions
|
|
@ -757,7 +757,7 @@ class documentItem extends Object
|
|||
$thumbnail_type = $config->thumbnail_type;
|
||||
}
|
||||
// Define thumbnail information
|
||||
$thumbnail_path = sprintf('files/cache/thumbnails/%s',getNumberingPath($this->document_srl, 3));
|
||||
$thumbnail_path = sprintf('files/thumbnails/%s',getNumberingPath($this->document_srl, 3));
|
||||
$thumbnail_file = sprintf('%s%dx%d.%s.jpg', $thumbnail_path, $width, $height, $thumbnail_type);
|
||||
$thumbnail_url = Context::getRequestUri().$thumbnail_file;
|
||||
// Return false if thumbnail file exists and its size is 0. Otherwise, return its path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue