友情链接
()
| 1031 | |
| 1032 | // 友情链接 |
| 1033 | func (this *ManagerController) FriendLink() { |
| 1034 | this.Data["SeoTitle"] = "友链管理" |
| 1035 | this.Data["Links"] = new(models.FriendLink).GetList(true) |
| 1036 | this.Data["IsFriendlink"] = true |
| 1037 | this.TplName = "manager/friendlink.html" |
| 1038 | } |
| 1039 | |
| 1040 | // 添加友链 |
| 1041 | func (this *ManagerController) AddFriendlink() { |