마이페이지 id 중복 오류 수정 - lacomparte님 제보

This commit is contained in:
chicpro
2014-04-21 09:37:41 +09:00
parent da98c130f3
commit fab995d439
2 changed files with 3 additions and 3 deletions

View File

@ -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}

View File

@ -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>