서브페이지 title 삭제

서브페이지 title 삭제

QA

서브페이지 title 삭제

답변 1

본문

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

 

 

(/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');

 

2949392646_1665994186.1328.jpg

이 질문에 댓글 쓰기 :

답변 1

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

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 24
© SIRSOFT
현재 페이지 제일 처음으로