mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 10:19:55 +09:00
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:
parent
59084f558a
commit
f71beda125
4 changed files with 60 additions and 11 deletions
|
|
@ -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);
|
||||
|
||||
// 템플릿 컴파일
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue