사용자: 게시판 타이틀 제목, 페이지까지만
This commit is contained in:
@ -162,7 +162,7 @@ else
|
||||
|
||||
if (!$page) $page = 1;
|
||||
|
||||
$g4['title'] = $board[bo_subject].$page.' 페이지 > '.$group[gr_subject];
|
||||
$g4['title'] = $board[bo_subject].$page.' 페이지';
|
||||
}
|
||||
|
||||
include_once($g4['path'].'/head.sub.php');
|
||||
|
||||
@ -56,7 +56,7 @@ if (!get_session($ss_name))
|
||||
set_session($ss_name, TRUE);
|
||||
}
|
||||
|
||||
$g4['title'] = '다운로드 > '.conv_subject($write[wr_subject], 255).' > '.$board[bo_subject].' > '.$group[gr_subject];
|
||||
$g4['title'] = '다운로드 > '.conv_subject($write[wr_subject], 255);
|
||||
|
||||
if (preg_match("/^utf/i", $g4[charset]))
|
||||
$original = urlencode($file[bf_source]);
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?
|
||||
include_once('./_common.php');
|
||||
|
||||
$html_title = '링크 > '.conv_subject($write[wr_subject], 255).' > '.$board[bo_subject].' > '.$group[gr_subject];
|
||||
$html_title = '링크 > '.conv_subject($write[wr_subject], 255);
|
||||
|
||||
if (!($bo_table && $wr_id && $no))
|
||||
alert_close('값이 제대로 넘어오지 않았습니다.');
|
||||
|
||||
@ -179,7 +179,7 @@ if ($group[gr_use_access])
|
||||
}
|
||||
}
|
||||
|
||||
$g4['title'] = $title_msg.' > '.$board[bo_subject].' > '.$group[gr_subject];
|
||||
$g4['title'] = $title_msg.' > '.$board[bo_subject];
|
||||
|
||||
if (($w == 'u' || $w == 'r') && !$write[wr_id])
|
||||
alert('글이 존재하지 않습니다.'.PHP_EOL.PHP_EOL.'삭제되었거나 이동된 경우입니다.', $g4['path']);
|
||||
|
||||
Reference in New Issue
Block a user