放到sidebar_feature.tpl.htm中替换掉文字链,结果图片无法显示。 然后我就直接在sidebar_feature.tpl.htm的链接当中添加img属性,显示成功了。 但是问题来了,当我添加第二个专题时,侧栏出现了4个缩略图,每个专题出现了两次。 要怎样才能用代码实现只出现对应的缩略图?求教!<?php if ($this->feature_info['icon']) { ?> <div class="img" style="background:url(<?php echo get_feature_pic_url('max', $this->feature_info['icon']); ?>) no-repeat;"></div> <?php } ?>
这家伙很懒,还没有设置简介