3 lines
79 B
PHP
3 lines
79 B
PHP
|
|
<? if($is_member) { ?>
|
||
|
|
<a href="<?=G5_URL?>/mypage">마이페이지</a>
|
||
|
|
<? } ?>
|