영카트5 메뉴중 내용관리 FAQ관리 메뉴를 그누보드5로 옮김

This commit is contained in:
thisgun
2014-02-11 11:13:13 +09:00
parent 2ec3b1d0f2
commit c9cd0307c6
16 changed files with 1109 additions and 0 deletions

View File

@ -6,5 +6,7 @@ $menu['menu300'] = array (
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'),
array('300600', '내용관리', G5_ADMIN_URL.'/contentlist.php', 'scf_contents', 1),
array('300700', 'FAQ관리', G5_ADMIN_URL.'/faqmasterlist.php', 'scf_faq', 1),
);
?>