modules/board/skins/sketchbook5/list_normal.html  에서 43번째줄


<td cond="$val->type=='no' && $val->idx==-1" class="no">
    <block cond="$document_srl==$document->document_srl">&raquo;</block><strong cond="$document_srl!=$document->document_srl">{$lang->notice}</strong></td>


이 것을(적색) 아래와 같이 수정


<td cond="$val->type=='no' && $val->idx==-1" class="no">
    <block cond="$document_srl==$document->document_srl">&raquo;</block><strong cond="$document_srl!=$document->document_srl"> <img src="http://www.songjs.com/photo/icon_notice.gif"></strong></td>

  • profile
    송정석 2015.07.27 13:00

    홈페이지 제작 시 참고하시기 바라며,

    송정석닷컴 홈페이지 게시판 스킨은 "스케치북5"을 사용하고 있습니다.