사용자: 게시판 타이틀 제목, 페이지까지만

This commit is contained in:
whitedot
2012-12-18 16:18:16 +09:00
parent a7fcdaa363
commit 5cb3786891
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<?
include_once('./_common.php');
$html_title = '링크 &gt; '.conv_subject($write[wr_subject], 255).' &gt; '.$board[bo_subject].' &gt; '.$group[gr_subject];
$html_title = '링크 &gt; '.conv_subject($write[wr_subject], 255);
if (!($bo_table && $wr_id && $no))
alert_close('값이 제대로 넘어오지 않았습니다.');