LOGO旁边加站名,链接到首页

晋策 19:29:37:PM 13

修改之前:PC端,移动端均不显示站名。移动端,当前页面为版块或者帖子时,显示当前版块的名称,点击链接会转到当前版块,而不是首页。修改之后:显示站名, 移动端不管当前页面位置,点击顶部LOGO处,都是返回到首页。具体效果请手机访问本站进行了解。

修改方法

打开模板文件的

view/htm/header_nav.inc.htm

约18~23

<a class="navbar-brand text-truncate" href="<?php echo $header['mobile_link'];?>">
  <img src="<?php echo $conf['logo_mobile_url'];?>" class="logo-2">
 <?php if($header['mobile_title']) { ?>
 <span class="hidden-lg"><?php echo $header['mobile_title'];?></span>
 <?php } ?>
</a>
Markup

修改为

<a class="navbar-brand text-truncate d-flex align-items-center" href="./">
<img src="<?php echo $conf['logo_mobile_url'];?>" class="logo-2 mr-2"> <?php echo $conf['sitename'];?>
</a>

 

最新回复 (0)
返回
版块热门
在线客服
邮箱:1066331519@qq.com
QQ扫一扫关注
客服工作时间:8:00~22:00
在线客服