This commit is contained in:
shim
2023-04-17 11:06:08 +09:00
parent d0b393aa97
commit 76264e09ad
4686 changed files with 552713 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?php
$d['comment']['noti_title'] = "{NAME}님 댓글알림 입니다.";
$d['comment']['noti_body'] = "[{BBS}] 에 등록한 게시물에 댓글이({SUBJECT})이 등록되었습니다..";
$d['comment']['noti_button'] = "게시물 확인";
?>

View File

@@ -0,0 +1,5 @@
<?php
$d['oneline']['noti_title'] = "{NAME}님의 의견등록";
$d['oneline']['noti_body'] = "[{BBS}] 에 등록한 게시물에 댓글이({SUBJECT})이 등록되었습니다.";
$d['oneline']['noti_button'] = "게시물 확인";
?>

View File

@@ -0,0 +1,18 @@
<?php
$d['comment']['skin_main'] = "_desktop/bs4-default";
$d['comment']['skin_mobile'] = "_mobile/rc-default";
$d['comment']['skin_total'] = "_desktop/bs4-default";
$d['comment']['rss'] = "";
$d['comment']['restr'] = "";
$d['comment']['commentdel'] = "1";
$d['comment']['badword'] = "바보,병신";
$d['comment']['badword_action'] = "2";
$d['comment']['badword_escape'] = "*";
$d['comment']['report_del'] = "";
$d['comment']['report_del_num'] = "";
$d['comment']['report_del_act'] = "1";
$d['comment']['recnum'] = "20";
$d['comment']['newtime'] = "24";
$d['comment']['give_point'] = "";
$d['comment']['give_opoint'] = "";
?>