查看源码的发现图片对象设置了ThumbImg="1",现在function_attachment.php文件里定义了函数.
- function attachwidth($width) {
- global $_G;
- if($_G['setting']['imagemaxwidth']) {
- return 'class="zoom" width="'.($width > $_G['setting']['imagemaxwidth'] ? $_G['setting']['imagemaxwidth'] : $width).'"';
- } else {
- return 'thumbImg="1"';
- }
- }
复制代码 不知道$_G['setting']['imagemaxwidth'] 是在什么时候赋值的,后台里有相关的设置吗? |
上一篇: Discuz X2.5仿360绿色清新版模板下一篇: Discuz X论坛版块二级域没什么用,帖子地址还是原来的主域名
|