$page['content']封装改成直接在tpl写代码

<?php if ($display_submitted): ?>
<?php hide ($content['field_term']); ?>
<?php hide ($content['field_fenlei']); ?>

<?php
$statistics = statistics_get($node->nid);

if($node->type=='tutlist'){
print 'By '. l(user_load($node-&gt;uid)-&gt;name,'user/'.$node-&gt;uid).' | '.format_date($node-&gt;created, 'custom', "F jS, Y").' | '.strip_tags(render($content['field_term']),'<a rel="nofollow">').' | '.format_plural($statistics['totalcount'], '1 read', '@count reads') .' | '.l($node-&gt;comment_count.' comments','node/'.$node-&gt;nid,array('fragment' =&gt; 'comments'));

}else if ($node-&gt;type=='article'){

print 'By '. l(user_load($node-&gt;uid)-&gt;name,'user/'.$node-&gt;uid).' | '.format_date($node-&gt;created, 'custom', "F jS, Y").' | '.strip_tags(render($content['field_fenlei']),'</a><a rel="nofollow">').' | '.format_plural($statistics['totalcount'], '1 read', '@count reads') .' | '.l($node-&gt;comment_count.' comments','node/'.$node-&gt;nid,array('fragment' =&gt; 'comments'));
}

?&gt;
&lt;?php /*print $submitted*/ ?&gt;

月亮提供</a>