상품복사 쿼리 및 상품이미지 복사 코드 수정

This commit is contained in:
chicpro
2013-02-01 17:17:02 +09:00
parent c78311a7c1
commit 3201dbf89d
2 changed files with 48 additions and 16 deletions

View File

@ -5,14 +5,14 @@ include_once("./_common.php");
auth_check($auth[$sub_menu], "r");
$g4[title] = "상품 복사";
include_once("$g4[path]/head.sub.php");
include_once(G4_PATH.'/head.sub.php');
?>
<link rel='stylesheet' href='./admin.style.css' type='text/css'>
<table width=100% cellpadding=8><tr><td>
<?=subtitle($g4[title]);?>
<?=subtitle($g4['title']);?>
<table cellpadding=4 cellspacing=1 width=100%>
<tr><td colspan=2 height=3 bgcolor=0E87F9></td></tr>
<tr align=center>
@ -39,5 +39,5 @@ function _copy(link)
</script>
<?
include_once("$g4[path]/tail.sub.php");
include_once(G4_PATH.'/tail.sub.php');
?>