Browse Source

新增自定义logo

pull/14/head
Zisbusy 3 years ago
committed by GitHub
parent
commit
68594ebf38
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Akina/header.php

+ 2
- 2
Akina/header.php View File

@ -56,7 +56,7 @@ define("theprofile", authorProfile($this->options->profile,theurl));
</div> </div>
<!-- logo则显示 --> <!-- logo则显示 -->
<div class="site-branding"> <div class="site-branding">
<div class="site-title"><a href="<?php $this->options ->siteUrl(); ?>" ><img src="<?php echo theurl; ?>images/akina.png"></a></div>
<div class="site-title"><a href="<?php $this->options ->siteUrl(); ?>" ><img src="<?php echo authorProfile($this->options->logo,theurl);?>"></a></div>
</div> </div>
<!-- logo 结束 --> <!-- logo 结束 -->
</div> </div>
@ -66,7 +66,7 @@ define("theprofile", authorProfile($this->options->profile,theurl));
<div class="site-top"> <div class="site-top">
<!-- logo则显示 --> <!-- logo则显示 -->
<div class="site-branding"> <div class="site-branding">
<div class="site-title"><a href="<?php $this->options ->siteUrl(); ?>" ><img src="<?php echo theurl; ?>images/akina.png"></a></div>
<div class="site-title"><a href="<?php $this->options ->siteUrl(); ?>" ><img src="<?php echo authorProfile($this->options->logo,theurl);?>"></a></div>
</div> </div>
<!-- logo 结束 --> <!-- logo 结束 -->
<div id="login-reg"> <div id="login-reg">

Loading…
Cancel
Save