날짜를 뺄려고 합니다. 정보
날짜를 뺄려고 합니다.본문
아래 최신글 스킨인데요.. 날짜를 뺄려고 하거든여.... 어디를 수정해야되는지 모르겠네요
부탁드립니다.
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td width='14'><img src='<?=$latest_skin_path?>/img/xe_latest_left.gif'></td>
<td width='100%' background='<?=$latest_skin_path?>/img/xe_latest_bg.gif'> <strong><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><?=$board[bo_subject]?></a></strong></td>
<td width=37 background='<?=$latest_skin_path?>/img/xe_latest_bg.gif'><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><img src='<?=$latest_skin_path?>/img/xe_latest_right.gif' border='0'></a></td>
</tr>
</table>
<table width='100%' cellpadding='0' cellspacing='0'>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td colspan='4' align='center'>
<table width='98%'>
<tr>
<td height='25' style='font-size:11px;color:777;'><img src='<?=$latest_skin_path?>/img/latest_icon.gif' align=absmiddle>
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<font style='font-family:?뗭?; font-size:11px; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:?뗭?; font-size:11px; color:#6A6A6A;'>{$list[$i]['subject']}</font>";
echo "</a>";
if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\"><span style='font-family:?뗭?; font-size:11px; color:#777;'>{$list[$i]['comment_cnt']}</span></a>";
// 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'];
?></td>
<td width='60' align='right' style='font-size:11px;color:777;'><?php echo $list[$i]['datetime']; ?></td></tr>
</table></td>
</tr>
<? } ?>
</table>
부탁드립니다.
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td width='14'><img src='<?=$latest_skin_path?>/img/xe_latest_left.gif'></td>
<td width='100%' background='<?=$latest_skin_path?>/img/xe_latest_bg.gif'> <strong><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><?=$board[bo_subject]?></a></strong></td>
<td width=37 background='<?=$latest_skin_path?>/img/xe_latest_bg.gif'><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><img src='<?=$latest_skin_path?>/img/xe_latest_right.gif' border='0'></a></td>
</tr>
</table>
<table width='100%' cellpadding='0' cellspacing='0'>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td colspan='4' align='center'>
<table width='98%'>
<tr>
<td height='25' style='font-size:11px;color:777;'><img src='<?=$latest_skin_path?>/img/latest_icon.gif' align=absmiddle>
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<font style='font-family:?뗭?; font-size:11px; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:?뗭?; font-size:11px; color:#6A6A6A;'>{$list[$i]['subject']}</font>";
echo "</a>";
if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\"><span style='font-family:?뗭?; font-size:11px; color:#777;'>{$list[$i]['comment_cnt']}</span></a>";
// 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'];
?></td>
<td width='60' align='right' style='font-size:11px;color:777;'><?php echo $list[$i]['datetime']; ?></td></tr>
</table></td>
</tr>
<? } ?>
</table>
댓글 전체
<?php echo $list[$i]['datetime']; ?>을 삭제하시면 됩니다..
앗.. 감사드립니다...