...
|
...
|
@@ -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">
|
...
|
...
|
|