mirror of
https://github.com/tateck-develop/AvocadoEdition_Light.git
synced 2026-01-02 13:32:04 +09:00
BGM 버튼 출력 조정
BGM 설정하지 않을 시, 버튼 출력 X
This commit is contained in:
parent
ba0315ddc8
commit
a7936f663d
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue