쇼핑몰 로그아웃시 쇼핑몰에 머물도록 수정

This commit is contained in:
chicpro
2013-06-28 17:54:22 +09:00
parent ab0e0a099f
commit f5fe47df0c
4 changed files with 9 additions and 6 deletions

View File

@ -30,7 +30,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
</ul>
<footer id="ol_after_ft">
<a href="<?php echo G4_BBS_URL; ?>/member_confirm.php?url=register_form.php" id="ol_after_info">정보수정</a>
<a href="<?php echo G4_BBS_URL; ?>/logout.php" id="ol_after_logout">로그아웃</a>
<a href="<?php echo G4_BBS_URL; ?>/logout.php?url=shop" id="ol_after_logout">로그아웃</a>
</footer>
</section>