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