FAQ 에러 개선
This commit is contained in:
@@ -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);
|
||||
@@ -70,7 +71,7 @@ $mb = array_merge(array(
|
||||
<script src="../js/jquery-3.6.1.min.js"></script>
|
||||
<script src="../js/common.js"></script>
|
||||
</head> -->
|
||||
<link rel="stylesheet" href="<?php echo G5_URL ?>/css/style.css" />
|
||||
<link rel="stylesheet" href="/egbim/css/style.css" />
|
||||
|
||||
<!-- <body>
|
||||
<div class="wrapper"> -->
|
||||
@@ -91,7 +92,7 @@ $mb = 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="sdi"></div>
|
||||
<div class="close_div"><img src="<?php echo egbim_img_url('ico_close.svg'); ?>" alt="sdi"></div>
|
||||
</button>
|
||||
<!--popup_content-->
|
||||
<div class="popup_container register">
|
||||
|
||||
Reference in New Issue
Block a user