on_uid를 uq_id로 변경

This commit is contained in:
chicpro
2013-03-25 14:29:15 +09:00
parent 3b4423ea9b
commit 5cf4ed4980
18 changed files with 122 additions and 86 deletions

View File

@ -52,7 +52,7 @@ $table_width = 900;
<a href='<?=G4_BBS_URL?>/register.php'>회원가입</a> |
<? } ?>
<a href='<?=G4_SHOP_URL?>/cart.php'>장바구니<span class=small>(<?=get_cart_count(get_session('ss_on_uid'));?>)</span></a> |
<a href='<?=G4_SHOP_URL?>/cart.php'>장바구니<span class=small>(<?=get_cart_count(get_session('ss_uq_id'));?>)</span></a> |
<a href='<?=G4_SHOP_URL?>/orderinquiry.php'>주문조회</a> |
<a href='<?=G4_SHOP_URL?>/faq.php'>FAQ</a> |
<a href='<?=G4_SHOP_URL?>/itemuselist.php'>사용후기</a> |