쇼핑몰: #149 마이페이지 자료 없을 때 처리

This commit is contained in:
whitedot
2013-05-09 18:17:08 +09:00
parent 02e15f871c
commit 80236c42da

View File

@ -98,7 +98,7 @@ include_once('./_head.php');
}
if ($i == 0)
echo "<tr><td colspan=3 height=100 align=center><span class=point>보관 내역이 없습니다.</span></td></tr>";
echo '<tr><td colspan="3" class="empty_table">보관 내역이 없습니다.</td></tr>';
?>
</tbody>
</table>