마이페이지 id 중복 오류 수정 - lacomparte님 제보
This commit is contained in:
@ -363,7 +363,7 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
|
|||||||
|
|
||||||
#smb_my_wish h2 {margin:0 0 10px}
|
#smb_my_wish h2 {margin:0 0 10px}
|
||||||
|
|
||||||
#smb_my_more {text-align:right}
|
.smb_my_more {text-align:right}
|
||||||
|
|
||||||
.smb_my_img {width:90px;text-align:center}
|
.smb_my_img {width:90px;text-align:center}
|
||||||
|
|
||||||
|
|||||||
@ -73,7 +73,7 @@ for($k=0; $cp=sql_fetch_array($res); $k++) {
|
|||||||
include G5_SHOP_PATH.'/orderinquiry.sub.php';
|
include G5_SHOP_PATH.'/orderinquiry.sub.php';
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div id="smb_my_more">
|
<div class="smb_my_more">
|
||||||
<a href="./orderinquiry.php" class="btn01">주문내역 더보기</a>
|
<a href="./orderinquiry.php" class="btn01">주문내역 더보기</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@ -123,7 +123,7 @@ for($k=0; $cp=sql_fetch_array($res); $k++) {
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="smb_my_more">
|
<div class="smb_my_more">
|
||||||
<a href="./wishlist.php" class="btn01">위시리스트 더보기</a>
|
<a href="./wishlist.php" class="btn01">위시리스트 더보기</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user