作者 lihan
1 个管道 的构建 通过 耗费 0 秒

项目细节完善

... ... @@ -64,13 +64,7 @@
</notempty>
<td><b>{$vo.id}</b></td>
<td>
<notempty name="category">
<a href="{:cmf_url('portal/Article/index',array('id'=>$vo['id'],'cid'=>$vo['category_id']))}"
target="_blank">{$vo.post_title}</a>
<else/>
<a href="{:cmf_url('portal/Article/index',array('id'=>$vo['id']))}"
target="_blank">{$vo.post_title}</a>
</notempty>
{$vo.post_title}
</td>
<td>
<foreach name="vo.categories" item="voo">
... ...