넣는 방법이 틀렸나 봅니다.
<?php
include_once('./_common.php');
include_once(G5_CAPTCHA_PATH.'/captcha.lib.php');
if ($is_guest)
alert_close('회원만 이용하실 수 있습니다.');
.
.
.
.
}
}
$g5['title'] = '쪽지 보내기';
include_once(G5_PATH.'/head.sub.php');
$memo_action_url = G5_HTTPS_BBS_URL."/memo_form_update.php";
include_once($member_skin_path.'/memo_form.skin.php');
include_once(G5_PATH.'/tail.sub.php');
<!--구글광고-->
<?php if(!G5_IS_MOBILE) { ?>
<div id="bo_btn_top" class="clearfix f-de font-weight-normal mb-2">
<div style="padding:10px; border:1px solid #ddd; background:#fff; display:flex;justify-content:center;">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5253456364574"
crossorigin="anonymous"></script>
<!-- 게시판 -->
<ins class="adsbygoogle"
style="display:inline-block;width:764px;height:97px"
data-ad-client="ca-pub-5253456364574"
data-ad-slot="5137621597764"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
<?php } ?>
<!--구글광고-->