■ 배너 판다씨[ no21 ] - 상세페이지 가이드 : 850 * free
■ 소스 위치 /product/detail.html 파일 229줄
(※ 기존소스에서 수정하신 내용이 있다면 차이가 있을 수 있습니다.)
■ 기존소스
<div id="-delivary" center="true" module="bannermanage2_display_번호">
   <a href="{$href}" {$target} class="{$title}">{$banner}</a>
   <a href="{$href}" {$target} class="{$title}">{$banner}</a>
</div>
(※ 기존소스에서 수정하신 내용이 있다면 차이가 있을 수 있습니다.)
■ 소스 수정
  • module="bannermanage2_display_번호"를 삭제해주세요.
  • <a href="{$href}" {$target} class="{$title}">{$banner}</a>
    <a href="[링크경로]" class="#"><img src="[이미지경로]" /></a>로 변경해주세요.
■ 수정된 소스 예시
<div id="-delivary" center="true">
   <a href="/index.html" class="#"><img src="/_img/no21/banner/09/01.jpg" /></a>
</div>
■ 수정 예시 영상