mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
댓글 하이라이트 효과를 끌 수 있도록 설정 추가
This commit is contained in:
parent
a15666b018
commit
0d2fde9da0
6 changed files with 29 additions and 5 deletions
|
|
@ -73,6 +73,10 @@ class ncenterliteModel extends ncenterlite
|
|||
{
|
||||
$config->anonymous_voter = 'N';
|
||||
}
|
||||
if(!$config->highlight_effect)
|
||||
{
|
||||
$config->highlight_effect = 'Y';
|
||||
}
|
||||
|
||||
self::$config = $config;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue