관리자: #424 에 따른 메뉴 순서 및 스타일 변경

This commit is contained in:
whitedot
2013-04-09 11:21:27 +09:00
parent 9f95fe21f7
commit 7faa6fa8f2
5 changed files with 25 additions and 16 deletions

View File

@ -1,10 +1,10 @@
<?
$menu['menu200'] = array (
array('200000', '회원관리', G4_ADMIN_URL.'/member_list.php', 'member'),
array('200100', '회원관리', G4_ADMIN_URL.'/member_list.php', 'mb_list'),
array('200200', '포인트관리', G4_ADMIN_URL.'/point_list.php', 'mb_point'),
array('200300', '회원메일발송', G4_ADMIN_URL.'/mail_list.php', 'mb_mail'),
array('200800', '접속자집계', G4_ADMIN_URL.'/visit_list.php', 'mb_visit'),
array('200900', '투표관리', G4_ADMIN_URL.'/poll_list.php', 'mb_poll')
array('200000', '회원관리', G4_ADMIN_URL.'/member_list.php', 'member'),
array('200100', '회원관리', G4_ADMIN_URL.'/member_list.php', 'mb_list'),
array('200300', '회원메일발송', G4_ADMIN_URL.'/mail_list.php', 'mb_mail'),
array('200800', '접속자집계', G4_ADMIN_URL.'/visit_list.php', 'mb_visit', 1),
array('200200', '포인트관리', G4_ADMIN_URL.'/point_list.php', 'mb_point'),
array('200900', '투표관리', G4_ADMIN_URL.'/poll_list.php', 'mb_poll')
);
?>