FAQ 에러 개선
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
include_once('./_common.php');
|
||||
include_once __DIR__ . '/asset_urls.php';
|
||||
|
||||
$member = array_merge(array(
|
||||
'mb_id' => '',
|
||||
@@ -18,7 +19,7 @@ $member = array_merge(array(
|
||||
<!--popup_in-->
|
||||
<div class="popup_in">
|
||||
<button class="btn_close">
|
||||
<div class="close_div"><img src="<?php echo G5_URL ?>/img/ico_close.svg" alt=""></div>
|
||||
<div class="close_div"><img src="<?php echo egbim_img_url('ico_close.svg'); ?>" alt=""></div>
|
||||
</button>
|
||||
<!--popup_content-->
|
||||
<div class="popup_container mypage edit">
|
||||
|
||||
Reference in New Issue
Block a user