mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
현재 접속자 기본 위젯 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4305 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
24bab32a3b
commit
b06417f382
3 changed files with 23 additions and 5 deletions
|
|
@ -30,6 +30,7 @@
|
|||
$oSessionModel = &getModel('session');
|
||||
$output = $oSessionModel->getLoggedMembers($obj);
|
||||
$widget_info->member_list = $output->data;
|
||||
$widget_info->logged_member_count = $output->total_count;
|
||||
Context::set('widget_info', $widget_info);
|
||||
|
||||
// 템플릿의 스킨 경로를 지정 (skin, colorset에 따른 값을 설정)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue