쇼핑몰: 배너 출력 위치에 따른 id 값 수정

This commit is contained in:
whitedot
2014-03-05 11:46:04 +09:00
parent 08ac9bdf58
commit f1d3227d93
2 changed files with 5 additions and 5 deletions

View File

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