사용자: 게시판 타이틀 제목, 페이지까지만
This commit is contained in:
@ -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('값이 제대로 넘어오지 않았습니다.');
|
||||
|
||||
Reference in New Issue
Block a user