<?php
$newpost = post_find(array("isfirst" => 0, "quotepid" => 0,'tid' => $_thread['tid'] ), array( 'create_date' => -1 ), 1, 10);
?>
<?php if($newpost){ foreach($newpost as $post){ ?><a href="<?php echo url("thread-$post[tid]")?>">
<?php echo $post['username'];?>:<?php echo xn_substr(strip_tags($post['message_fmt']), 0, 25);?></a>
<?php } } ?>
游客你好,回复内容需要 登录 查看!