일대일 문의 기능 추가

This commit is contained in:
chicpro
2013-11-06 10:05:02 +09:00
parent 223c271399
commit d0d8e3d2b7
58 changed files with 3509 additions and 17 deletions

View File

@ -5,5 +5,6 @@ $menu['menu300'] = array (
array('300200', '게시판그룹관리', ''.G5_ADMIN_URL.'/boardgroup_list.php', 'bbs_group'),
array('300300', '인기검색어관리', ''.G5_ADMIN_URL.'/popular_list.php', 'bbs_poplist', 1),
array('300400', '인기검색어순위', ''.G5_ADMIN_URL.'/popular_rank.php', 'bbs_poprank', 1),
array('300500', '1:1문의설정', ''.G5_ADMIN_URL.'/qa_config.php', 'qa'),
);
?>