g4를 g5로 변경

This commit is contained in:
chicpro
2013-09-13 14:32:06 +09:00
parent 9a18a049d5
commit 0f78b67eb7
563 changed files with 4097 additions and 4097 deletions

View File

@ -1,8 +1,8 @@
<?php
include_once('./_common.php');
$g4['title'] = '개인결제 리스트';
include_once(G4_MSHOP_PATH.'/_head.php');
$g5['title'] = '개인결제 리스트';
include_once(G5_MSHOP_PATH.'/_head.php');
?>
<!-- 상품 목록 시작 { -->
@ -10,14 +10,14 @@ include_once(G4_MSHOP_PATH.'/_head.php');
<?php
// 리스트 유형별로 출력
$list_file = G4_MSHOP_SKIN_PATH.'/personalpay.skin.php';
$list_file = G5_MSHOP_SKIN_PATH.'/personalpay.skin.php';
if (file_exists($list_file)) {
$list_mod = 10;
$img_width = 230;
$img_height = 230;
$sql_common = " from {$g4['shop_personalpay_table']}
$sql_common = " from {$g5['shop_personalpay_table']}
where pp_use = '1'
and pp_tno = '' ";
@ -62,5 +62,5 @@ include_once(G4_MSHOP_PATH.'/_head.php');
<!-- } 상품 목록 끝 -->
<?php
include_once(G4_MSHOP_PATH.'/_tail.php');
include_once(G5_MSHOP_PATH.'/_tail.php');
?>