<title><?php echo $g5_head_title; ?></title>

<title><?php echo $g5_head_title; ?></title>

QA

<title><?php echo $g5_head_title; ?></title>

답변 1

본문

head.su.php에

<title><?php echo $g5_head_title; ?></title>

 

인데 관리자 페이지 사이트이름을 입력하면

인텍스페이지 상태바 앞에 | 구분이 표시되는데 왜그런가요?

이 질문에 댓글 쓰기 :

답변 1

head.sub.php에


if (!isset($g5['title'])) {
    $g5['title'] = $config['cf_title'];
    $g5_head_title = $g5['title'];
}
else {
    // 상태바에 표시될 제목
    $g5_head_title = implode(' | ', array_filter(array($g5['title'], $config['cf_title'])));
}

소스 부분입니다. $g5['title']가 있으면 | 가 생깁니다.

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