공통: #334 마크업 체크 및 tbl_head02 추가 등 작업

This commit is contained in:
whitedot
2013-11-22 15:44:13 +09:00
parent cd53bb96b7
commit b3292e57d2
9 changed files with 73 additions and 52 deletions

View File

@ -4,7 +4,7 @@ include_once('./_common.php');
if (!$is_member)
goto_url(G5_BBS_URL."/login.php?url=".urlencode(G5_SHOP_URL.'/mypage.php'));
$g5['title'] = "보관함";
$g5['title'] = "위시리스트";
include_once(G5_MSHOP_PATH.'/_head.php');
?>
@ -77,7 +77,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
}
if ($i == 0)
echo '<tr><td colspan="5" class="empty_table">보관함이 비었습니다.</td></tr>';
echo '<tr><td colspan="5" class="empty_table">위시리스트가 비었습니다.</td></tr>';
?>
</tr>
</table>