코멘트 부분에 favicon 추가하기
Posted 2004/10/26 11:03, Filed under: Web-Tip내게 Blog가 먼지 처음 이 세계(?)에 발을 들이게 한 장본인 lunamoth님 글을 보고 수정했습니다.
inc_function.php파일에
$name = str_tag_off($name); if ($homepage) $name = "<a href=$homepage target=_blank>".str_tag_off($name)."</a>";
이부분을 아래와같이 수정하였습니다.
$name = str_tag_off($name); if ($homepage) $name = "<img src=$homepage/favicon.ico width=16 height=16 onerror=this.src="images/favicon.ico"; /> <a href=$homepage target=_blank>".str_tag_off($name)."</a>";
또한 코멘트 주인의 홈페이지의 favicon이 없을때에 나타낼 이미지는 태터툴즈 images 폴더에 올려두시면 됩니다. (이 때 16x16 이미지로 만들어주시면 됩니다.)
저는 네이버 골짜기에서 곰발바닥을 얻었습니다.
Response :
0 trackback
,
0 comment