Skip to content

Commit 4545ddd

Browse files
author
qt06
committed
update bgsound
1 parent 435aeb5 commit 4545ddd

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
/conf/lh*.php
1313
/conf/*conf.php
1414
/plugin/thread_fee/
15+
/plugin/qmall/

plugin/bgsound/1.wav

106 KB
Binary file not shown.

plugin/bgsound/2.wav

14.9 KB
Binary file not shown.

plugin/bgsound/forum_index_end.htm

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
<bgsound id="msg" src="$conf[plugin_url]bgsound/index_index.wav" />
1+
<!--{php $bgsurl = file_exists($conf['plugin_path'].'bgsound/'.$fid.'.wav') ? $conf['plugin_url'].'bgsound/'.$fid.'.wav' : $conf['plugin_url'].'bgsound/index_index.wav'; }-->
2+
<bgsound id="msg" src="$bgsurl" />

view/article_show.htm

+2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ <h1>$thread[subject]</h1>
1717
</div>
1818
</div>
1919
<div class="bd" accesskey="x" tabindex="-1" id="content">
20+
<!--{hook thread_index_message_before.htm}-->
2021
$post[message]
22+
<!--{hook thread_index_message_end.htm}-->
2123
</div>
2224
<!--{if $ismod}-->
2325
<div style="text-align: center;">

view/header_user.htm

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<!--{if $_user['groupid'] == 6}-->
1212
<a href="?user-reactive.htm">邮箱激活</a>
1313
<!--{/if}-->
14+
<!--{hook header_user_middle.htm}-->
1415

1516
<span id="pm">
1617
<a href="?my-pm.htm" class="pm"><span class="icon icon-pm"></span> 消息</a><a href="?my-pm.htm" style="display: none;" aria-label="消息" class="newpm"><span class="icon icon-newpm"></span> 消息</a>

0 commit comments

Comments
 (0)