쇼핑몰: 주석 처리 완료

This commit is contained in:
whitedot
2013-07-02 09:48:28 +09:00
parent 10e94623c0
commit 29fd3014ab
2 changed files with 4 additions and 2 deletions

View File

@ -9,6 +9,7 @@ $itemuse_form = "./itemuseform.php?it_id=".$it_id;
$itemuse_formupdate = "./itemuseformupdate.php?it_id=".$it_id; $itemuse_formupdate = "./itemuseformupdate.php?it_id=".$it_id;
?> ?>
<!-- 상품 사용후기 시작 { -->
<section id="sit_use_list"> <section id="sit_use_list">
<h3>등록된 사용후기</h3> <h3>등록된 사용후기</h3>
@ -166,3 +167,4 @@ $(function(){
}); });
}); });
</script> </script>
<!-- } 상품 사용후기 끝 -->

View File

@ -58,7 +58,7 @@ if ($page == "") { $page = 1; } // 페이지가 없으면 첫 페이지 (1 페
$from_record = ($page - 1) * $rows; // 시작 열을 구함 $from_record = ($page - 1) * $rows; // 시작 열을 구함
?> ?>
<!-- 사용후기 목록 시작 { --> <!-- 전체 상품 사용후기 목록 시작 { -->
<a href="<?php echo $_SERVER['PHP_SELF']; ?>">전체보기</a> <a href="<?php echo $_SERVER['PHP_SELF']; ?>">전체보기</a>
<form method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>"> <form method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">
@ -152,7 +152,7 @@ $(function(){
}); });
}); });
</script> </script>
<!-- } 사용후기 목록 끝 --> <!-- } 전체 상품 사용후기 목록 끝 -->
<?php <?php
include_once('./_tail.php'); include_once('./_tail.php');