묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
주소고정 후, 파비콘 설정 먹통? ㅠㅠ
2012.04.24 13:09
인덱스파일의 주소고정 소스를 사용하여,
도메인주소로만 고정하여 사용하는데
관리자에서 설정한, 파비콘이 사라져버리네요 ㅠㅠ
방법이 없나요?
<html>
<head>
<title> </title>
</head>
<frameset rows="*" border="0" scrolling="no" marginwidth="0" marginheight="0" noresize>
<frame src="/xe/main" name="main">
</frameset>
<noframes>
</noframes>
</html>
답은 아니나 <title></title> 아래에 <link rel="shortcut icon" href="favicon.ico"> 추가해주시면 될 것 같습니다.
href="" 이 부분에 사용하시는 favicon 파일 경로와 이름으로 변경해주세요.