有时候阳光很好,有时候阳光很暗,这就是生活。不就应迫求一切种类的快乐,就应只追求高尚的快乐。
有时候我们需要将面包屑的地方改为一个小图标,那么要如何操作呢?
我们打开 /include/typelink.class.php 文件
找到:
function GetPositionLink($islink=true) { if ( defined('DEDEMOB') ) { $indexpage = "<a rel="nofollow noopener noreferrer" href='index.php'>".$this->indexName."</a>"; } else{ $indexpage = "<a rel="nofollow noopener noreferrer" href='".$this->indexUrl."'>".$this->indexName."</a>"; }
修改为:
function GetPositionLink($islink=true) { if ( defined('DEDEMOB') ) { $indexpage = "<a rel="nofollow noopener noreferrer" href='index.php'>"."<img src=/"/style/genban.jpg/" alt=/"Home/">"."</a>"; } else{ $indexpage = "<a rel="nofollow noopener noreferrer" href='".$this->indexUrl."'>"."<img src=/"/style/genban.jpg/" alt=/"Home/">"."</a>"; }
注意,上面修改后,你的那个小图标要放到/style/目录,文件名为genban.jpg
以上就是织梦dedecms将面包屑导航中的"首页"换成图标的方法。回首,留不住岁月。凝眸,牵不住时光。于是,咱们淡然微笑,释然。更多关于织梦dedecms将面包屑导航中的"首页"换成图标的方法请关注haodaima.com其它相关文章!