评论怎么调用文章的标题,而不是评论的内容,如图

<div id="recent-comments-2" class="widget widget_recent_comments">
<h5 class="widget-title">近期评论</h5>
<ul id="recentcomments">
{comment module=news order=avgsort num=10}
<li class="recentcomments">
<span class="comment-author-link">
{php $user=dr_member_info($t['uid']);}
{if $t.uid}{$user.name}{else}游客{/if}
</span>
发表在《
{table table_site=news id=$t.cid return=s}
<a href="{$s.url}">{$t.content}</a>
{/table}
》
</li>
{/comment}
</ul>
</div>
{table table_site=news id=$t.cid return=s} <a href="{$s.url}">{$s.title}</a> {/table} 缺乏就基础的编程逻辑思维