程式碼:
<table width="95%" border="0" align="center" cellpadding="1" cellspacing="0">
{foreach from=$readestBlogs item=post}
{assign var="blog" value=$post->getBlogInfo()}
{assign var="url" value=$blog->getBlogRequestGenerator()}
<tr><td>
<a href="{$url->postPermalink($post)}">{$post->getTopic()|strip_tags|truncate:22:"..."}</a> ({$post->getNumReads()})
</td></tr>
{/foreach}
</table>