3 lines
93 B
PHP
3 lines
93 B
PHP
<?php if (!$is_member) { ?>
|
|
<a href="<?= G5_BBS_URL ?>/login.php">로그인</a>
|
|
<?php } ?>
|