存档

文章标签 ‘显示’

dedecms图片集显示alt添加标题

2009年6月30日 Jansfer 没有评论

include/taglib/channel/img.lib.php
修改函数ch_img
1.global增加$arc
global $cfg_album_width,$cfg_album_row,$cfg_album_col,$cfg_album_pagesize,$cfg_album_style,$cfg_album_ddwidth,$cfg_basehost,$cfg_multi_site,$arc;
2.
$fields['text'] = '图片'.($GLOBAL['photoid']+1);
改为:
$fields['text'] = $arc->Fields['title'] . '图片'.($GLOBAL['photoid']+1);

收工