관리자 글현황 기능 추가

This commit is contained in:
chicpro
2015-08-28 11:31:45 +09:00
parent 9337c6d7aa
commit 5321ce17d4
73 changed files with 29561 additions and 1 deletions

View File

@ -8,5 +8,6 @@ $menu['menu300'] = array (
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),
array('300820', '글,댓글 현황', G5_ADMIN_URL.'/write_count.php', 'scf_write_count'),
);
?>