Commit 4545ddd qt06
committed
1 parent 435aeb5 commit 4545ddd Copy full SHA for 4545ddd
File tree 6 files changed +6
-1
lines changed
6 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 12
12
/conf /lh * .php
13
13
/conf /* conf.php
14
14
/plugin /thread_fee /
15
+ /plugin /qmall /
Original file line number Diff line number Diff line change 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 " />
Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ <h1>$thread[subject]</h1>
17
17
</ div >
18
18
</ div >
19
19
< div class ="bd " accesskey ="x " tabindex ="-1 " id ="content ">
20
+ <!--{hook thread_index_message_before.htm}-->
20
21
$post[message]
22
+ <!--{hook thread_index_message_end.htm}-->
21
23
</ div >
22
24
<!--{if $ismod}-->
23
25
< div style ="text-align: center; ">
Original file line number Diff line number Diff line change 11
11
<!--{if $_user['groupid'] == 6}-->
12
12
< a href ="?user-reactive.htm "> 邮箱激活</ a >
13
13
<!--{/if}-->
14
+ <!--{hook header_user_middle.htm}-->
14
15
15
16
< span id ="pm ">
16
17
< 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 >
You can’t perform that action at this time.
0 commit comments