Add option to display module title in board list

This commit is contained in:
Kijin Sung 2020-10-29 22:47:28 +09:00
parent e8b6db01fc
commit 46ac583a83
6 changed files with 80 additions and 7 deletions

View file

@ -169,6 +169,7 @@ $lang->regdate = '등록일';
$lang->anonymous = '익명';
$lang->last_update = '최근 수정일';
$lang->last_post = '마지막 댓글';
$lang->module_title = '게시판 이름';
$lang->signup_date = '가입일';
$lang->last_login = '최근 로그인';
$lang->first_page = '첫 페이지';