쇼핑몰관리자 : #32 매출현황 표준화 및 스타일

This commit is contained in:
rollydream
2013-04-04 10:47:10 +09:00
parent 9c31a66867
commit 12ee2b02f8
4 changed files with 59 additions and 61 deletions

View File

@ -4,7 +4,7 @@ include_once('./_common.php');
auth_check($auth[$sub_menu], "r");
$g4['title'] = "$fr_date ~ $to_date 매출현황";
$g4['title'] = "$fr_year ~ $to_year 매출현황"; /*레이블 중복 인식과 페이지와의 연결 때문에 year로 바꿈 김혜련 2013-04-04*/
include_once (G4_ADMIN_PATH.'/admin.head.php');
function print_line($save)