쇼핑몰: listcategory(n).inc.php 헤딩

This commit is contained in:
whitedot
2013-05-02 21:56:06 +09:00
parent 11bf9c9787
commit 84fa88ff4c
4 changed files with 10 additions and 6 deletions

View File

@ -58,10 +58,11 @@ if (!$exists) {
if ($exists) {
?>
<div id="sct_ct_2" class="sct_ct">
<aside id="sct_ct_2" class="sct_ct">
<h2>현재 상품 분류와 관련된 분류</h2>
<ul>
<?php echo $str; ?>
</ul>
</div>
</aside>
<?php } ?>