버킷 변경에 따른 코드 수정

This commit is contained in:
root
2026-07-23 18:37:15 +09:00
parent 914fe039f9
commit e6c45240d9
5 changed files with 121 additions and 122 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
include_once __DIR__ . '/asset_urls.php';
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">', 0);
@@ -36,7 +37,7 @@ add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">',
<!--popup_in-->
<div class="popup_in">
<button class="btn_close">
<div class="close_div"><img src="../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">