$skin_path 를 $skin_url 로 변경

This commit is contained in:
gnuboard
2013-02-08 15:04:23 +09:00
parent 6c5ffc7712
commit 768e2e3f02
2 changed files with 10 additions and 10 deletions

View File

@ -111,7 +111,7 @@ if (!$sca && !$stx) {
if (!$row['wr_id']) continue;
$list[$i] = get_list($row, $board, $board_skin_path, $board['bo_subject_len']);
$list[$i] = get_list($row, $board, $board_skin_url, $board['bo_subject_len']);
$list[$i]['is_notice'] = true;
$i++;