그누보드5 head.php파일이 수정이 안먹네요 정보
그누보드5 head.php파일이 수정이 안먹네요본문
새로운버전은 충돌나서 그런가봐요...흑 어디를 고쳐야될까요?
추천
0
0
댓글 3개

여기는 자게입니다... 질문 게시판을 이용해주시구요..
테마폴더의 head.php 를 손보세요.
테마폴더의 head.php 를 손보세요.

if(IS_YC) {
if(IS_SHOP) {
if(file_exists(THEMA_PATH.'/shop.head.php')) {
include_once(THEMA_PATH.'/shop.head.php');
} else {
include_once(THEMA_PATH.'/head.php');
}
} else {
if(file_exists(THEMA_PATH.'/head.php')) {
include_once(THEMA_PATH.'/head.php');
} else {
include_once(THEMA_PATH.'/shop.head.php');
}
}
} else {
include_once(THEMA_PATH.'/head.php');
}
theme/basic/..
여기네요. 테마도입하고 바뀐듯 합니다.
if(IS_SHOP) {
if(file_exists(THEMA_PATH.'/shop.head.php')) {
include_once(THEMA_PATH.'/shop.head.php');
} else {
include_once(THEMA_PATH.'/head.php');
}
} else {
if(file_exists(THEMA_PATH.'/head.php')) {
include_once(THEMA_PATH.'/head.php');
} else {
include_once(THEMA_PATH.'/shop.head.php');
}
}
} else {
include_once(THEMA_PATH.'/head.php');
}
theme/basic/..
여기네요. 테마도입하고 바뀐듯 합니다.

테마쪽에서 사용해야할듯 싶은데요