최근 이미지 위젯의 가로/세로 갯수 조절하고 옵션 노출 여부 기능 추가. xe_official 스킨 추가

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2187 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-05 04:31:51 +00:00
parent 5830757472
commit 75fe99c37b
11 changed files with 323 additions and 48 deletions

View file

@ -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;