notice 오류 해결중

This commit is contained in:
gnuboard
2012-12-26 17:45:48 +09:00
parent e7b5429b4b
commit 57abd4ac0f
10 changed files with 205 additions and 187 deletions

View File

@ -114,11 +114,11 @@ for ($i=0; $i<count($list); $i++) {
// if ($list[$i]['link']['count']) { echo '['.$list[$i]['link']['count']}.']'; }
// if ($list[$i]['file']['count']) { echo '<'.$list[$i]['file']['count'].'>'; }
echo $list[$i]['icon_new'];
echo $list[$i]['icon_file'];
echo $list[$i]['icon_link'];
echo $list[$i]['icon_hot'];
echo $list[$i]['icon_secret'];
if (isset($list[$i]['icon_new'])) echo $list[$i]['icon_new'];
if (isset($list[$i]['icon_file'])) echo $list[$i]['icon_file'];
if (isset($list[$i]['icon_link'])) echo $list[$i]['icon_link'];
if (isset($list[$i]['icon_hot'])) echo $list[$i]['icon_hot'];
if (isset($list[$i]['icon_secret'])) echo $list[$i]['icon_secret'];
?>
</td>
<td><div style="position:relative"><?=$list[$i]['name']?></div></td>