Bläddra i källkod

新增自定义logo

pull/14/head
Zisbusy 3 år sedan
committed by GitHub
förälder
incheckning
68594ebf38
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: 4AEE18F83AFDEB23
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      Akina/header.php

+ 2
- 2
Akina/header.php Visa fil

@ -56,7 +56,7 @@ define("theprofile", authorProfile($this->options->profile,theurl));
</div>
<!-- logo则显示 -->
<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>
<!-- logo 结束 -->
</div>
@ -66,7 +66,7 @@ define("theprofile", authorProfile($this->options->profile,theurl));
<div class="site-top">
<!-- logo则显示 -->
<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>
<!-- logo 结束 -->
<div id="login-reg">

Laddar…
Avbryt
Spara