正在显示
1 个修改的文件
包含
1 行增加
和
7 行删除
@@ -64,13 +64,7 @@ | @@ -64,13 +64,7 @@ | ||
64 | </notempty> | 64 | </notempty> |
65 | <td><b>{$vo.id}</b></td> | 65 | <td><b>{$vo.id}</b></td> |
66 | <td> | 66 | <td> |
67 | - <notempty name="category"> | ||
68 | - <a href="{:cmf_url('portal/Article/index',array('id'=>$vo['id'],'cid'=>$vo['category_id']))}" | ||
69 | - target="_blank">{$vo.post_title}</a> | ||
70 | - <else/> | ||
71 | - <a href="{:cmf_url('portal/Article/index',array('id'=>$vo['id']))}" | ||
72 | - target="_blank">{$vo.post_title}</a> | ||
73 | - </notempty> | 67 | + {$vo.post_title} |
74 | </td> | 68 | </td> |
75 | <td> | 69 | <td> |
76 | <foreach name="vo.categories" item="voo"> | 70 | <foreach name="vo.categories" item="voo"> |
-
请 注册 或 登录 后发表评论