댓글 하이라이트 효과를 끌 수 있도록 설정 추가

This commit is contained in:
conory 2019-07-20 19:32:11 +09:00
parent a15666b018
commit 0d2fde9da0
6 changed files with 29 additions and 5 deletions

View file

@ -73,6 +73,10 @@ class ncenterliteModel extends ncenterlite
{
$config->anonymous_voter = 'N';
}
if(!$config->highlight_effect)
{
$config->highlight_effect = 'Y';
}
self::$config = $config;
}