Add meta keywords and description to board and page modules

This commit is contained in:
Kijin Sung 2016-05-08 22:51:00 +09:00
parent d87bbf635c
commit 98f0b0cd1c
6 changed files with 36 additions and 0 deletions

View file

@ -165,6 +165,8 @@ $lang->first_page = 'First Page';
$lang->last_page = 'Last Page';
$lang->search_target = 'Target for Search';
$lang->search_keyword = 'Keyword';
$lang->meta_keywords = 'SEO Keywords';
$lang->meta_description = 'SEO Description';
$lang->is_default = 'Default';
$lang->no_documents = 'No Articles';
$lang->board_manager = 'Board Settings';