쇼핑몰관리자 : #25 #26 #27 #28 가이드라인에 따라 수정

This commit is contained in:
rollydream
2013-04-03 13:49:24 +09:00
parent 9151b84b71
commit 02eb718cb9
4 changed files with 8 additions and 8 deletions

View File

@ -70,7 +70,7 @@ $result = sql_query($sql);
$s_vie = icon("보기", G4_SHOP_URL."/faq.php?fm_id={$row['fm_id']}");
$list = $i%2;
?>
<tr class="list<?=$list?>">
<tr>
<td class="faq_center"><?=$row['fm_id']?></td>
<td><?=stripslashes($row['fm_subject']) ?></td>
<td class="faq_center"><?=$cnt?></td>
@ -81,7 +81,7 @@ $result = sql_query($sql);
}
if ($i == 0)
echo "<tr><td colspan=\"5\" class=\"faq_center\"><span class=\"point\">자료가 한건도 없습니다.</span></td></tr>\n";
echo "<tr><td colspan=\"5\" class=\"faq_center\"><span>자료가 한건도 없습니다.</span></td></tr>\n";
?>
</tbody>
</table>