쇼핑몰: 마이페이지 주문내역, 위시리스트 더보기 버튼 추가

This commit is contained in:
whitedot
2013-05-30 11:29:51 +09:00
parent 833e96c91f
commit 8cabd1593b
2 changed files with 10 additions and 0 deletions

View File

@ -633,6 +633,8 @@ input.required:focus {border:1px solid #b8c9c2;background:#21272e !important;col
#smb_my_wish h2 {margin:0 0 10px}
#smb_my_more {text-align:right}
.smb_my_img {width:90px;text-align:center}
/* 장바구니 */

View File

@ -57,6 +57,10 @@ include_once('./_head.php');
$limit = " limit 0, 5 ";
include G4_SHOP_PATH.'/orderinquiry.sub.php';
?>
<div id="smb_my_more">
<a href="./orderinquiry.php" class="btn01">주문내역 더보기</a>
</div>
</section>
<section id="smb_my_wish">
@ -102,6 +106,10 @@ include_once('./_head.php');
?>
</tbody>
</table>
<div id="smb_my_more">
<a href="./wishlist.php" class="btn01">위시리스트 더보기</a>
</div>
</section>
</div>