我们打开 /include/typelink.class.php 文件 找到: function GetPositionLink($islink=true) { if ( defined('DEDEMOB') ) { $indexpage = "<a href='index.php'>".$this->indexName."</a>"; } else{ $indexpage = "<a href='".$this->indexUrl."'>".$this->indexName."</a>"; } 修改为: function GetPositionLink($islink=true) { if ( defined('DEDEMOB') ) { $indexpage = "<a href='index.php'>"."<img src="/style/genban.jpg" alt="Home">"."</a>"; } else{ $indexpage = "<a href='".$this->indexUrl."'>"."<img src="/style/genban.jpg" alt="Home">"."</a>";
}
注意,上面修改后,你的那个小图标要放到/style/目录,文件名为genban.jpg
本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!