M쇼핑몰: #154 인덱스 스타일 보완
This commit is contained in:
@ -209,7 +209,7 @@ input.required:focus {border:0;background:#21272e !important;color:#fff;line-hei
|
||||
|
||||
/* ########## 쇼핑몰 컨텐츠 ########## */
|
||||
/* 인덱스 이미지 출력 */
|
||||
#sidx_img {margin:0 0 20px}
|
||||
#sidx {padding:1em}
|
||||
|
||||
/* 상품 목록 */
|
||||
#sct {}
|
||||
|
||||
@ -6,6 +6,8 @@ define("_INDEX_", TRUE);
|
||||
include_once(G4_MSHOP_PATH.'/shop.head.php');
|
||||
?>
|
||||
|
||||
<div id="sidx">
|
||||
|
||||
<section class="sct_wrap">
|
||||
<header>
|
||||
<h2><a href="<?php echo G4_MSHOP_URL; ?>/listtype.php?type=3">최신상품</a></h2>
|
||||
@ -81,6 +83,8 @@ include_once(G4_MSHOP_PATH.'/shop.head.php');
|
||||
?>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<?php
|
||||
include_once(G4_MSHOP_PATH.'/shop.tail.php');
|
||||
?>
|
||||
Reference in New Issue
Block a user