找了半天模版里没这句
- <tr>
- <td class="altbg2" onMouseOver="this.className='altbg1'" onMouseOut="this.className='altbg2'"><a href="viewthread.php?tid=$threads[tid]" target="_blank">$threads[title]</td>
- <td class="altbg1" align="center"><a href="forumdisplay.php?fid=$threads[fid]" target="_blank">$threads[chanl]</a></td>
- <td class="altbg2" align="center"><a href="viewpro.php?username={echo rawurlencode($threads[author])}" target="_blank">$threads[author]</a><br>$threads[pdate]</td>
- <td class="altbg1" align="center">$threads[rnum]</td>
- <td class="altbg2" align="center">$threads[vnum]</td>
- <td class="altbg1" align="center">$threads[rdate]</td>
- </tr>
复制代码
的上面加
<!--{if $threads[title]}-->
下面加
<!--{/if}-->
不知道这个改加哪里!
我的viewthread.htm模版
|