소스 검색

新增自定义logo

pull/14/head
Zisbusy 3 년 전
committed by GitHub
부모
커밋
68594ebf38
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      Akina/header.php

+ 2
- 2
Akina/header.php 파일 보기

@ -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">

불러오는 중...
취소
저장