PHP/그누보드
그누보드4 확장하기 - 최신 글 목록 섬네일 latest.skin.php
denisOh
2014. 1. 7. 09:11
<td height=25><img src='<?=$latest_skin_path?>/img/latest_icon.gif' align=absmiddle>
<?
// 파일 출력
/*
for ($j=0; $j<=count($list[$i][file]); $j++) {
if ($list[$i][file][$j][view])
echo $list[$i][file][$j][view] . "<p>";
}
*/
if ($list[$i][file][0][view])
echo "<img src='$g4[path]/data/file/$bo_table/{$list[$i][file][0][file]}' align='absmiddle' width='100' height='60' />";
?>