mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 11:49:56 +09:00
최근 이미지 위젯의 가로/세로 갯수 조절하고 옵션 노출 여부 기능 추가. xe_official 스킨 추가
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2187 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5830757472
commit
75fe99c37b
11 changed files with 323 additions and 48 deletions
|
|
@ -251,7 +251,7 @@
|
|||
if($modified_time > $file_created_time) unlink($thumbnail_file);
|
||||
}
|
||||
|
||||
if(file_exists($thumbnail_file)&&filesize($thumbnail_file)<1) return;
|
||||
if(file_exists($thumbnail_file)&&filesize($thumbnail_file)<1) return Context::getRequestUri()."common/tpl/images/blank.gif";
|
||||
|
||||
// 썸네일 파일이 있으면 url return
|
||||
if(file_exists($thumbnail_file)) return Context::getRequestUri().$thumbnail_file;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue