1. 플래닛 글 위젯에 플래닛 이미지 가로/세로 크기 지정할 수 있도록 긴증 추가. 2. 최근글/최근댓글 위젯의 xe_official 스킨에 날짜 표시 숨기거나 표시하는 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5188 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-12-26 07:58:50 +00:00
parent b492cbd2e6
commit 0d856c90d9
11 changed files with 120 additions and 20 deletions

View file

@ -55,6 +55,7 @@
$widget_info->title = $title;
$widget_info->comment_list = $output;
$widget_info->subject_cut_size = $subject_cut_size;
$widget_info->display_regdate = $args->display_regdate=='N'?'N':'Y';
Context::set('widget_info', $widget_info);