사용자 리디자인, 상단 세부

This commit is contained in:
whitedot
2013-02-19 10:48:27 +09:00
parent 134f69f01e
commit 5525dd4102
3 changed files with 21 additions and 20 deletions

View File

@ -114,12 +114,13 @@ if ($is_nogood) $colspan++;
<?
// if ($list[$i]['link']['count']) { echo '['.$list[$i]['link']['count']}.']'; }
// if ($list[$i]['file']['count']) { echo '<'.$list[$i]['file']['count'].'>'; }
/*
if (isset($list[$i]['icon_new'])) echo $list[$i]['icon_new'];
if (isset($list[$i]['icon_hot'])) echo $list[$i]['icon_hot'];
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_secret'])) echo $list[$i]['icon_secret'];
*/
?>
</td>
<td class="td_name"><?=$list[$i]['name']?></td>