쇼핑몰: listcategory(n).inc.php 헤딩
This commit is contained in:
@ -318,6 +318,7 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important
|
|||||||
|
|
||||||
/* 상품 목록 카테고리 목록 */
|
/* 상품 목록 카테고리 목록 */
|
||||||
.sct_ct {}
|
.sct_ct {}
|
||||||
|
.sct_ct h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||||
.sct_ct ul {margin:0 0 10px;padding:10px;border-bottom:1px solid #e9e9e9;list-style:none;zoom:1}
|
.sct_ct ul {margin:0 0 10px;padding:10px;border-bottom:1px solid #e9e9e9;list-style:none;zoom:1}
|
||||||
.sct_ct ul:after {display:block;visibility:hidden;clear:both;content:''}
|
.sct_ct ul:after {display:block;visibility:hidden;clear:both;content:''}
|
||||||
.sct_ct a {text-decoration:none}
|
.sct_ct a {text-decoration:none}
|
||||||
|
|||||||
@ -24,10 +24,11 @@ while ($row=sql_fetch_array($result)) {
|
|||||||
if ($exists) {
|
if ($exists) {
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div id="sct_ct_1" class="sct_ct">
|
<aside id="sct_ct_1" class="sct_ct">
|
||||||
|
<h2>현재 상품 분류와 관련된 분류</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<?php echo $str; ?>
|
<?php echo $str; ?>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</aside>
|
||||||
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@ -58,10 +58,11 @@ if (!$exists) {
|
|||||||
if ($exists) {
|
if ($exists) {
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div id="sct_ct_2" class="sct_ct">
|
<aside id="sct_ct_2" class="sct_ct">
|
||||||
|
<h2>현재 상품 분류와 관련된 분류</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<?php echo $str; ?>
|
<?php echo $str; ?>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</aside>
|
||||||
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@ -22,10 +22,11 @@ while ($row=sql_fetch_array($result)) {
|
|||||||
if ($exists) {
|
if ($exists) {
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div id="sct_ct_3" class="sct_ct">
|
<aside id="sct_ct_3" class="sct_ct">
|
||||||
|
<h2>현재 상품 분류와 관련된 분류</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<?php echo $str; ?>
|
<?php echo $str; ?>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</aside>
|
||||||
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
Reference in New Issue
Block a user