FAQ 에러 개선

This commit is contained in:
root
2026-07-24 13:37:18 +09:00
parent 4dc194a064
commit 08d4ddebad
9 changed files with 24 additions and 15 deletions
+2 -1
View File
@@ -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">