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

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

@ -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');

View File

@ -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]);

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('값이 제대로 넘어오지 않았습니다.');

View File

@ -179,7 +179,7 @@ if ($group[gr_use_access])
}
}
$g4['title'] = $title_msg.' &gt; '.$board[bo_subject].' &gt; '.$group[gr_subject];
$g4['title'] = $title_msg.' &gt; '.$board[bo_subject];
if (($w == 'u' || $w == 'r') && !$write[wr_id])
alert('글이 존재하지 않습니다.'.PHP_EOL.PHP_EOL.'삭제되었거나 이동된 경우입니다.', $g4['path']);