위토즈 - 개발자프로그램판매공간

프로그램

GNU4 위즈모바일 플러그인 (무료형) v1.0.11

: 전체 최신글 상수명 오류 수정.

 

/m/skin/latest/stylebox/_common.php

 

include_once("$g4[path]/".MOBILE_DIR."/reconfig.php"); 

: php 버전이 낮을경우 array_pop 오류 수정.

 

/m/skin/board/basic/list.skin.php

 

$iconf = "";

if ($list[$i][file]["count"] > 0) { 

$fmaxno = array_pop(array_keys($list[$i][file]));

for ($j=0;$j<=$fmaxno;$j++) {

if ($list[$i][file][$j][image_type] > 0) { 

$list[$i][icon_file] = "<img src='{$board_skin_path}/img/ico-img.gif' border=0 />";

break;

}

}

 

 

if ($list[$i][file]["count"] > 0) { 

for ($j=0;$j<=$list[$i][file]["count"];$j++) {

if ($list[$i][file][$j][image_type] > 0) { 

$list[$i][icon_file] = "<img src='{$board_skin_path}/img/ico-img.gif' border=0 />";

break;

}

}

 

로 변경. 

 

첨부파일