테스트 사이트 - 개발 중인 베타 버전입니다

서브페이지 title 삭제 채택완료

mknj74123 3년 전 조회 1,939

빨간색 점선으로 동그라미 친 부분을 삭제하고 싶은데 어떻게 수정해야할까요ㅠㅠ

 

 

(/bbs/content.php 내용입니다)

// 내용

if($co_seo_title){

    $co = get_content_by_field($g5['content_table'], 'content', 'co_seo_title', generate_seo_title($co_seo_title));

    $co_id = isset($co['co_id']) ? $co['co_id'] : 0;

} else {

    $co = get_content_db($co_id);

}

 

if( ! (isset($co['co_seo_title']) && $co['co_seo_title']) && isset($co['co_id']) && $co['co_id'] ){

    seo_title_update($g5['content_table'], $co['co_id'], 'content');

}

 

if (G5_IS_MOBILE) {

    include_once(G5_MOBILE_PATH.'/content.php');

    return;

}

 

if (! (isset($co['co_id']) && $co['co_id']))

    alert('등록된 내용이 없습니다.');

 

$g5['title'] = $co['co_subject'];

 

if ($co['co_include_head'] && is_include_path_check($co['co_include_head']))

    @include_once($co['co_include_head']);

else

    include_once('./_head.php');

 

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

채택된 답변
+20 포인트

스킨에보면 .../content/basic/ 으로 된 경로를 먼저 확인해보세요

로그인 후 평가할 수 있습니다

답변에 대한 댓글 1개

m
mknj74123
3년 전
헉 해당 경로에서 해결했습니다 감사합니다...!

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인