notice 오류 해결중
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user