쇼핑몰: 콘텐츠 시작 끝 부분 주석 처리 작업 완료

This commit is contained in:
whitedot
2013-07-01 18:07:58 +09:00
parent c24954cb5f
commit 90b9790463
40 changed files with 167 additions and 19 deletions

View File

@ -47,6 +47,7 @@ $row = sql_fetch($sql);
$total_count = $row['cnt'];
?>
<!-- 검색결과 시작 { -->
<div id="ssch">
<div id="ssch_ov">검색어 <strong><?php echo ($search_str ? stripslashes(get_text($search_str)) : '없음'); ?></strong> | 검색 결과 <strong><?php echo $total_count; ?></strong>건</div>
@ -144,6 +145,7 @@ $total_count = $row['cnt'];
<?php } // function 끝 ?>
</div>
<!-- } 검색결과 끝 -->
<?php
include_once('./_tail.php');