쇼핑몰: #107 최신글 스킨 표준화 및 스타일 보완

This commit is contained in:
whitedot
2013-04-30 19:50:22 +09:00
parent 9957c214c7
commit 2161ff5017
2 changed files with 4 additions and 6 deletions

View File

@ -179,7 +179,7 @@ a:active {color:#000;text-decoration:underline}
/* 공지사항 및 커뮤니티 새글 */
#sidx_lat {padding:15px 0 0;border-top:1px solid #ddd}
#sidx_lat h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sidx_lat h2 {text-align:center}
/* 배너 인덱스 출력 */
#sbn_idx {}

View File

@ -90,14 +90,12 @@ include_once(G4_SHOP_PATH.'/shop.head.php');
</section>
<section id="sidx_lat">
<h2>공지사항 및 커뮤니티 글</h2>
<h2>커뮤니티 최신글</h2>
<?php echo latest('shop_basic', '1', 5, 30); ?>
<?php echo latest('shop_basic', '1', 5, 30); ?>
<!-- 공지사항 -->
<?php echo latest('shop_basic', '1', 3, 25); ?>
<?php echo latest('shop_basic', '1', 5, 25); ?>
<?php echo latest('shop_basic', '1', 5, 20); ?>
</section>
<!-- 온라인 투표 -->
<?php echo poll('shop_basic'); ?>
<!-- 방문자 수 -->