Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
관리자 메뉴 쇼핑몰 관리페이지를 쇼핑몰현황 으로 타이틀 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Mar 13, 2020
1 parent 2a7d82e commit 4680a37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions adm/admin.menu400.shop_1of2.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

$menu['menu400'] = array (
array('400000', '쇼핑몰관리', G5_ADMIN_URL.'/shop_admin/', 'shop_config'),
array('400010', '쇼핑몰현황', G5_ADMIN_URL.'/shop_admin/', 'shop_index'),
array('400100', '쇼핑몰설정', G5_ADMIN_URL.'/shop_admin/configform.php', 'scf_config'),
array('400400', '주문내역', G5_ADMIN_URL.'/shop_admin/orderlist.php', 'scf_order', 1),
array('400440', '개인결제관리', G5_ADMIN_URL.'/shop_admin/personalpaylist.php', 'scf_personalpay', 1),
Expand Down
4 changes: 2 additions & 2 deletions adm/shop_admin/index.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
$sub_menu = '400000';
$sub_menu = '400010';
include_once('./_common.php');

$max_limit = 7; // 몇행 출력할 것인지?
$g5['title'] = ' 쇼핑몰관리';
$g5['title'] = ' 쇼핑몰현황';
include_once (G5_ADMIN_PATH.'/admin.head.php');

$pg_anchor = '<ul class="anchor sidx_anchor">
Expand Down

0 comments on commit 4680a37

Please sign in to comment.