|
图片
修改相应风格目录下的read.htm 即可
找到: -
- <div id="mark_$read[pid]" class="tips tal" style="word-break:keep-all;word-wrap:no-wrap"><div class="tal s3">本帖最近评分记录:</div><div class="tal f12">$read[mark]</div></div> <!-- EOT; }print <<<EOT -->
复制代码
-
- <!-- EOT; if ($read[lou]==0 && $winduid){ $query = $db->query("SELECT tid,subject,postdate,replies,hits FROM pw_threads WHERE authorid=$read[authorid] order by hits desc limit 0,8"); while ($thehot = $db->fetch_array($query)) { $thehot[subject]=substrs($thehot[subject],60); $thehot[postdate] = get_date($thehot[postdate],Y-m-d h:i:s); $hotlist[]=$thehot; }print <<<EOT --> <blockquote class="f12 s3 blockquote"><div> <font color=#009900><span class="s2 f10">楼主热贴:</span></font> <br><div style="padding-left:15px;padding-top:1px;padding-bottom:5px;"> <table cellpadding="0" cellspacing="0" border="0" style="line-height:100%"> <!-- EOT; foreach ($hotlist as $thehot){ print <<<EOT --> <tr> <td> <img src="$imgpath/jiantou.gif" border=0><a href="read.php?tid=$thehot[tid]" title="点击:$thehot[hits]\\n回复:$thehot[replies]"><span class="s4 f10">$thehot[subject]</span></a></td> <td width="25%"><span class="s4 f10">$thehot[postdate]</span></td> </tr> <!-- EOT; }print <<<EOT --> <tr> <td></td> </tr> </table> </div> </div></blockquote> <!-- EOT; }print <<<EOT -->
复制代码 |
|