From 686021e9754463f670354c716e4e685fc1f44b3b Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 29 Jan 2013 17:12:29 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A4=91=EA=B0=84=EC=9D=B4=EB=AF=B8=EC=A7=80?= =?UTF-8?q?=20=EC=8D=B8=EB=84=A4=EC=9D=BC=EC=83=9D=EC=84=B1=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/item.php | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/shop/item.php b/shop/item.php index 4828f7771..570881985 100644 --- a/shop/item.php +++ b/shop/item.php @@ -1,5 +1,6 @@
'; - // 상단 HTML echo stripslashes($it['it_head_html']); @@ -179,26 +176,33 @@ else +
-
"; echo "  "; } @@ -1113,10 +1117,6 @@ $(function() { // 하단 HTML echo stripslashes($it['it_tail_html']); -$timg = G4_DATA_PATH."/item/{$it_id}_t"; -if (file_exists($timg)) - echo "
"; - if ($ca['ca_include_tail']) @include_once($ca['ca_include_tail']); else