답변 4개
<link rel="icon" type="image/png" href="<a href="http://example.com/myicon.png">
" target="_blank" rel="noopener noreferrer">http://example.com/myicon.png">[/code]
이것을 head tag안에 추가해주셔야 합니다.
댓글을 작성하려면 로그인이 필요합니다.
" target="_blank" rel="noopener noreferrer">http://example.com/myicon.png">
==> example.com 를 제 사이트 url로 수정해야 하나요?
댓글을 작성하려면 로그인이 필요합니다.
영카트 head.sub.php에 head tag에 넣었습니다.
그런데 작동을 안합니다. 어떻게 해야나요?
감사합니다.
=========================================
$begin_time = get_microtime();
if (!isset($g5['title'])) { $g5['title'] = $config['cf_title']; $g5_head_title = $g5['title']; } else { $g5_head_title = $g5['title']; // 상태바에 표시될 제목 $g5_head_title .= " | ".$config['cf_title']; }
// 현재 접속자 // 게시판 제목에 ' 포함되면 오류 발생 $g5['lo_location'] = addslashes($g5['title']); if (!$g5['lo_location']) $g5['lo_location'] = addslashes(clean_xss_tags($_SERVER['REQUEST_URI'])); $g5['lo_url'] = addslashes(clean_xss_tags($_SERVER['REQUEST_URI'])); if (strstr($g5['lo_url'], '/'.G5_ADMIN_DIR.'/') || $is_admin == 'super') $g5['lo_url'] = '';
/* // 만료된 페이지로 사용하시는 경우 header("Cache-Control: no-cache"); // HTTP/1.1 header("Expires: 0"); // rfc2616 - Section 14.21 header("Pragma: no-cache"); // HTTP/1.0 */ ?>
" target="_blank" rel="noopener noreferrer">http://example.com/myicon.png">
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인