|
|
|
18년 전
|
조회 2,206
|
|
|
|
18년 전
|
조회 1,957
|
|
|
|
18년 전
|
조회 1,908
|
|
|
|
18년 전
|
조회 2,754
|
|
|
|
18년 전
|
조회 1,966
|
|
|
|
18년 전
|
조회 1,703
|
|
|
|
18년 전
|
조회 3,431
|
|
|
|
18년 전
|
조회 1,715
|
|
|
|
18년 전
|
조회 1,564
|
|
|
|
18년 전
|
조회 1,574
|
|
|
|
18년 전
|
조회 1,577
|
|
|
|
18년 전
|
조회 1,849
|
|
|
|
18년 전
|
조회 1,536
|
|
|
|
18년 전
|
조회 1,660
|
|
|
|
18년 전
|
조회 1,396
|
|
|
|
18년 전
|
조회 1,561
|
|
|
|
18년 전
|
조회 1,767
|
|
|
|
18년 전
|
조회 3,191
|
|
|
|
18년 전
|
조회 2,060
|
|
|
|
18년 전
|
조회 1,627
|
댓글 2개
$cnt = 0;
for ($i=1; $i<=$g4[link_count]; $i++) {
if ($view[link][$i]) {
$cnt++;
$link = cut_str($view[link][$i], 70);
echo <<<HEREDOC
<tr height=30><td>LINK #{$cnt} : <a href="{$view[link_href][$i]}" target="_blank"><b>{$link}</b></a> ({$view[link_hit][$i]})</td></tr>
<tr><td height="1" background="{$board_skin_path}/img/dot_bg.gif"></td></tr>
HEREDOC;
}
}
이부분을
// 링크
$cnt = 0;
for ($i=1; $i<=$g4[link_count]; $i++) {
if ($view[link][$i]) {
$cnt++;
$link = cut_str($view[link][$i], 70);
echo <<<HEREDOC
<tr height=30><td>LINK #{$cnt} : <b>{$link}</b></td></tr>
<tr><td height="1" background="{$board_skin_path}/img/dot_bg.gif"></td></tr>
HEREDOC;
}
}
이렇게 해보세요
글ㄴ데 그렇게 하면 아예 내용 보기가 안되요..ㅠㅠ
이게 view_skin.php 이죠?