BGM 버튼 출력 조정

BGM 설정하지 않을 시, 버튼 출력 X
This commit is contained in:
TATECK 2022-09-17 21:28:36 +09:00
parent ba0315ddc8
commit a7936f663d

View file

@ -106,6 +106,7 @@ if($header_pos['cs_value'] != 'N') {
<? } ?>
<? if(defined('_INDEX_')) { ?>
<? if($config['cf_bgm']) { ?>
<li class="bgm-btn">
<div id="site_bgm_box">
<iframe src="./bgm.php" name="bgm_frame" id="bgm_frame" border="0" frameborder="0" marginheight="0" marginwidth="0" topmargin="0" scrolling="no" allowTransparency="true"></iframe>
@ -120,6 +121,7 @@ if($header_pos['cs_value'] != 'N') {
<span class="tooltips">BGM OFF</span>
</a>
</li>
<? } ?>
<? } ?>
</ul>
</div></div>