■ 배너 [ 23 ] 소셜 및 인증아이콘 : 배너명으로 배치
■ 소스 위치 01 /_sp/apps/layout/footer/footer-3/footer.html 파일 172줄
(※ 기존소스에서 수정하신 내용이 있다면 차이가 있을 수 있습니다.)
■ 기존소스 01
<li module="bannermanage2_display_번호" scope="social" class="sp-right">
   <p>
      <a href="{$href}" {$target} class="displaynone" scope="{$title}">{$banner}</a>
      <a href="{$href}" {$target} class="displaynone" scope="{$title}">{$banner}</a>
   </p>
</li>
(※ 기존소스에서 수정하신 내용이 있다면 차이가 있을 수 있습니다.)
■ 소스 수정 01
  • module="bannermanage2_display_번호"를 삭제해주세요.
  • <a href="{$href}" {$target} class="displaynone" scope="{$title}">{$banner}</a>
    <a href="[링크경로]"><img src="[이미지경로]" /></a>로 변경해주세요.
  • 내용을 추가하시려면
    <a href="[링크경로]"><img src="[이미지경로]" /></a> 부분을 더 추가해주시면 됩니다.
■ 수정된 소스 예시 01
<li scope="social" class="sp-right">
   <p>
      <a href="/index.html"><img src="/_img/no23/banner/14/01.png" /></a>
      <a href="/index.html"><img src="/_img/no23/banner/14/02.png" /></a>
      <a href="/index.html"><img src="/_img/no23/banner/14/03.png" /></a>
      <a href="/index.html"><img src="/_img/no23/banner/14/04.png" /></a>
   </p>
</li>
■ 수정 예시 영상 01
■ 소스 위치 02 /_sp/apps/layout/footer/footer-3/footer.html 파일 196줄
(※ 기존소스에서 수정하신 내용이 있다면 차이가 있을 수 있습니다.)
■ 기존소스 02
<li module="bannermanage2_display_번호" scope="footer" class="sp-right">
   <p>
      <a href="{$href}" {$target} class="displaynone" scope="{$title}">{$banner}</a>
      <a href="{$href}" {$target} class="displaynone" scope="{$title}">{$banner}</a>
   </p>
</li>
(※ 기존소스에서 수정하신 내용이 있다면 차이가 있을 수 있습니다.)
■ 소스 수정 02
  • module="bannermanage2_display_번호"를 삭제해주세요.
  • <a href="{$href}" {$target} class="displaynone" scope="{$title}">{$banner}</a>
    <a href="[링크경로]"><img src="[이미지경로]" /></a>로 변경해주세요.
  • 내용을 추가하시려면
    <a href="[링크경로]"><img src="[이미지경로]" /></a> 부분을 더 추가해주시면 됩니다.
■ 수정된 소스 예시 02
<li scope="footer" class="sp-right">
   <p>
      <a href="/index.html"><img src="/_img/no23/banner/14/01.png" /></a>
      <a href="/index.html"><img src="/_img/no23/banner/14/02.png" /></a>
   </p>
</li>
■ 수정 예시 영상 02
■ 소스 위치 03 /_sp/apps/layout/footer/footer-3/footer.html 파일 211줄
(※ 기존소스에서 수정하신 내용이 있다면 차이가 있을 수 있습니다.)
■ 기존소스 03
<li module="bannermanage2_display_번호" scope="mark" class="sp-right">
   <span class="displaynone" scope="{$title}">{$banner}</span>
   <span class="displaynone" scope="{$title}">{$banner}</span>
</li>
(※ 기존소스에서 수정하신 내용이 있다면 차이가 있을 수 있습니다.)
■ 소스 수정 03
  • module="bannermanage2_display_번호"를 삭제해주세요.
  • <span class="displaynone" scope="{$title}">{$banner}</span>
    <span><img src="[이미지경로]" /></span>로 변경해주세요.
  • 내용을 추가하시려면
    <span><img src="[이미지경로]" /></span> 부분을 더 추가해주시면 됩니다.
■ 수정된 소스 예시 03
<li scope="mark" class="sp-right">
   <span><img src="/_img/no23/banner/14/01.png" /></span>
   <span><img src="/_img/no23/banner/14/02.png" /></span>
   <span><img src="/_img/no23/banner/14/03.png" /></span>
   <span><img src="/_img/no23/banner/14/04.png" /></span>
</li>
■ 수정 예시 영상 03
■ 소스 위치 04 /_sp/apps/layout/panel/panel-1/panel.html 파일 55줄
(※ 기존소스에서 수정하신 내용이 있다면 차이가 있을 수 있습니다.)
■ 기존소스 04
<div module="bannermanage2_display_번호" scope="panel">
   <a href="{$href}" {$target} class="sp-panel-design-1-img displaynone" scope="{$title}">{$banner}</a>
   <a href="{$href}" {$target} class="sp-panel-design-1-img displaynone" scope="{$title}">{$banner}</a>
</div>
(※ 기존소스에서 수정하신 내용이 있다면 차이가 있을 수 있습니다.)
■ 소스 수정 04
  • module="bannermanage2_display_번호"를 삭제해주세요.
  • <a href="{$href}" {$target} class="sp-panel-design-1-img displaynone" scope="{$title}">{$banner}</a>
    <a href="[링크경로]" class="sp-panel-design-1-img"><img src="[이미지경로]" /></a>로 변경해주세요.
  • 내용을 추가하시려면
    <a href="[링크경로]" class="sp-panel-design-1-img"><img src="[이미지경로]" /></a> 부분을 더 추가해주시면 됩니다.
■ 수정된 소스 예시 04
<div scope="panel">
   <a href="/index.html" class="sp-panel-design-1-img"><img src="/_img/no23/banner/14/01.png" /></a>
   <a href="/index.html" class="sp-panel-design-1-img"><img src="/_img/no23/banner/14/02.png" /></a>
</div>
■ 수정 예시 영상 04
■ 소스 위치 05 /_sp/apps/layout/panel/panel-1/panel.html 파일 145줄
(※ 기존소스에서 수정하신 내용이 있다면 차이가 있을 수 있습니다.)
■ 기존소스 05
<div module="bannermanage2_display_번호" scope="social">
   <h3>SOCIAL</h3>
   <div class="sp-panel-design-1-social">
      <a href="{$href}" {$target} scope="{$title}" class="displaynone">{$banner}</a>
      <a href="{$href}" {$target} scope="{$title}" class="displaynone">{$banner}</a>
   </div>
</div>
(※ 기존소스에서 수정하신 내용이 있다면 차이가 있을 수 있습니다.)
■ 소스 수정 05
  • module="bannermanage2_display_번호"를 삭제해주세요.
  • <a href="{$href}" {$target} scope="{$title}" class="displaynone">{$banner}</a>
    <a href="[링크경로]"><img src="[이미지경로]" /></a>로 변경해주세요.
  • 내용을 추가하시려면
    <a href="[링크경로]"><img src="[이미지경로]" /></a> 부분을 더 추가해주시면 됩니다.
■ 수정된 소스 예시 05
<div scope="social">
   <h3>SOCIAL</h3>
   <div class="sp-panel-design-1-social">
      <a href="/index.html"><img src="/_img/no23/banner/14/01.png" /></a>
      <a href="/index.html"><img src="/_img/no23/banner/14/02.png" /></a>
      <a href="/index.html"><img src="/_img/no23/banner/14/03.png" /></a>
      <a href="/index.html"><img src="/_img/no23/banner/14/04.png" /></a>
   </div>
</div>
■ 수정 예시 영상 05