English translation, planet widget에 댓글, 원츄 수 보여주는 부분 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6291 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-05-06 15:03:26 +00:00
parent 59084f558a
commit f71beda125
4 changed files with 60 additions and 11 deletions

View file

@ -59,6 +59,10 @@
$widget_info->thumbnail_width = $args->thumbnail_width;
$widget_info->thumbnail_height = $args->thumbnail_height;
$widget_info->domain = Context::getDefaultUrl();
if(!$args->show_number_of_comments) $args->show_number_of_comments = "N";
if(!$args->show_author_name) $args->show_author_name = "N";
$widget_info->show_number_of_comments = $args->show_number_of_comments;
$widget_info->show_author_name = $args->show_author_name;
Context::set('widget_info', $widget_info);
// 템플릿 컴파일