■ 배너 판다씨[ no21 ] - 소셜 아이콘 모음 : 하단 - 25 * 25, 패널 - 39 * 39
■ 소스 위치 01 /_sp/_layout/footer.html 파일 118줄
(※ 기존소스에서 수정하신 내용이 있다면 차이가 있을 수 있습니다.)
■ 기존소스 01
<p class="sp-footer-social" module="bannermanage2_display_번호">
   <a href="{$href}" {$target} class="{$title}">{$banner}</a>
   <a href="{$href}" {$target} class="{$title}">{$banner}</a>
</p>
(※ 기존소스에서 수정하신 내용이 있다면 차이가 있을 수 있습니다.)
■ 소스 수정 01
  • module="bannermanage2_display_번호"를 삭제해주세요.
  • <a href="{$href}" {$target} class="{$title}">{$banner}</a>
    <a href="[링크경로]" class="#"><img src="[이미지경로]" /></a>로 변경해주세요.
  • 내용을 추가하시려면
    <a href="[링크경로]" class="#"><img src="[이미지경로]" /></a> 부분을 더 추가해주시면 됩니다.
■ 수정된 소스 예시 01
<p class="sp-footer-social">
   <a href="/index.html" class="#"><img src="/_img/no21/banner/04/01.png" /></a>
   <a href="/index.html" class="#"><img src="/_img/no21/banner/04/02.png" /></a>
   <a href="/index.html" class="#"><img src="/_img/no21/banner/04/03.png" /></a>
   <a href="/index.html" class="#"><img src="/_img/no21/banner/04/04.png" /></a>
</p>
■ 수정 예시 영상 01
■ 소스 위치 02 /_sp/_layout/panel.html 파일 39줄
(※ 기존소스에서 수정하신 내용이 있다면 차이가 있을 수 있습니다.)
■ 기존소스 02
<div class="sp-panel-social" module="bannermanage2_display_번호">
   <a href="{$href}" {$target} class="{$title}">{$banner}</a>
   <a href="{$href}" {$target} class="{$title}">{$banner}</a>
</div>
(※ 기존소스에서 수정하신 내용이 있다면 차이가 있을 수 있습니다.)
■ 소스 수정 02
  • module="bannermanage2_display_번호"를 삭제해주세요.
  • <a href="{$href}" {$target} class="{$title}">{$banner}</a>
    <a href="[링크경로]" class="panel"><img src="[이미지경로]" /></a>로 변경해주세요.
  • 내용을 추가하시려면
    <a href="[링크경로]" class="panel"><img src="[이미지경로]" /></a> 부분을 더 추가해주시면 됩니다.
■ 수정된 소스 예시 02
<div class="sp-panel-social">
   <a href="/index.html" class="panel"><img src="/_img/no21/banner/04/05.png" /></a>
   <a href="/index.html" class="panel"><img src="/_img/no21/banner/04/06.png" /></a>
</div>
■ 수정 예시 영상 02