1
2
3
4
5
6
7
8
9
10
11
|
<?php $menu["menu930"] = array ( array('930000', '통계/마케팅', ''.G5_ADMIN_URL.'/visit_list.php', 'mb_visit'), array('930100', '접속자집계', G5_ADMIN_URL.'/visit_list.php', 'mb_visit'), array('930130', '접속자검색', G5_ADMIN_URL.'/visit_search.php', 'mb_search'), array('930200', '인기검색어관리', ''.G5_ADMIN_URL.'/popular_list.php', 'bbs_poplist'), array('930230', '인기검색어순위', ''.G5_ADMIN_URL.'/popular_rank.php', 'bbs_poprank'), array('930300', '쿠폰관리', G5_ADMIN_URL.'/shop_admin/couponlist.php', 'scf_coupon',1), array('930400', '가격비교사이트', G5_ADMIN_URL.'/shop_admin/price.php', 'sst_compare') ); ?>
|