쇼핑몰: 배너관리 테두리 사용 여부에 따른 스타일 처리

This commit is contained in:
whitedot
2014-03-05 11:41:19 +09:00
parent 864a7a67a0
commit 08ac9bdf58
5 changed files with 11 additions and 16 deletions

View File

@ -147,7 +147,7 @@ include_once(G5_SHOP_PATH.'/shop.head.php');
<?php echo visit('shop_basic'); // 접속자 ?>
<!-- 메인배너 시작 { -->
<section id="sbn_idx">
<section id="sbn_idx" class="sbn">
<h2>쇼핑몰 메인 배너</h2>
<?php echo display_banner('메인'); ?>
</section>