织梦dedecms面包屑导航中的首页换成图片的方法:
打开 /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/cmsjzy.jpg\&; class=\&;cmsjzy\&; alt=\&;Home\&;>"."</a>";
} else{
$indexpage = "<a rel="nofollow noopener noreferrer" href='".$this->indexUrl."'>"."<img src=\&;/style/cmsjzy.jpg\&; class=\&;cmsjzy\&; alt=\&;Home\&;>"."</a>";
}
|
到此这篇关于织梦面包屑导航中的首页换成图片的方法就介绍到这了。遇顺境,处之淡然,遇逆境,处之泰然。更多相关织梦面包屑导航中的首页换成图片的方法内容请查看相关栏目,小编编辑不易,再次感谢大家的支持!




