g4 스킨 g5용으로 변환문제
본문
안녕하세요..현재 G5를 사용하고 있는데 아직까지는 g5용 갤러리 스킨이 별로 없어서
g4스킨에서 g5에다 한번 적용해보려고 하는데...혹시 G4 경로만 G5로 바꿔주면 되는거 아닌가요..
그래서 빨간색 부분 g4를 어떻게 바꿔야 할지..
제 나름대로 해봤는데 잘 안되더라구요...
$photo_view = $list[$i][file][0][path] .'/'. $list[$i][file][0][file];
if (file_exists($thumb)){
$img = "<img src='$thumb' border=0>";
}
if ( !$list[$i][file][0][file])
$img = "<img src=$board_skin_path/img/noimage.jpg>";
$href = "$g4[bbs_path]/board.php?bo_table=$bo_table&wr_id={$list[$i][wr_id]}&no=1";
$view_href = "";
//if ($is_admin)
$view_href = "<a href='$g4[bbs_path]/board.php?bo_table=$bo_table&wr_id={$list[$i][wr_id]}' class='highslide' onclick='return hs.expand(this)'>";
if (file_exists($thumb)){
$img = "<img src='$thumb' border=0>";
}
if ( !$list[$i][file][0][file])
$img = "<img src=$board_skin_path/img/noimage.jpg>";
$href = "$g4[bbs_path]/board.php?bo_table=$bo_table&wr_id={$list[$i][wr_id]}&no=1";
$view_href = "";
//if ($is_admin)
$view_href = "<a href='$g4[bbs_path]/board.php?bo_table=$bo_table&wr_id={$list[$i][wr_id]}' class='highslide' onclick='return hs.expand(this)'>";
$checkbox = "";
if ($is_checkbox)
$checkbox = "<input type=checkbox name=chk_wr_id[] value='{$list[$i][wr_id]}'>";
$order_href="<a href='$g4[bbs_path]/write.php?bo_table=order&bunru=w&subject1={$list[$i][subject]}&code1={$list[$i][wr_1]}'>";
if ($is_checkbox)
$checkbox = "<input type=checkbox name=chk_wr_id[] value='{$list[$i][wr_id]}'>";
$order_href="<a href='$g4[bbs_path]/write.php?bo_table=order&bunru=w&subject1={$list[$i][subject]}&code1={$list[$i][wr_1]}'>";
$comment_cnt = "";
if ($list[$i][comment_cnt])
$comment_cnt = " <a href=\"{$list[$i][comment_href]}\"><span style='font-size:10px;'><font face='Tahoma' color='#EE5A00'>{$list[$i][comment_cnt]}</span></a>";
if ($list[$i][comment_cnt])
$comment_cnt = " <a href=\"{$list[$i][comment_href]}\"><span style='font-size:10px;'><font face='Tahoma' color='#EE5A00'>{$list[$i][comment_cnt]}</span></a>";
$tr = "";
답변을 작성하시기 전에 로그인 해주세요.