Browse Source

添加收款码自定义

pull/12/head
Zisbusy 4 years ago
committed by GitHub
parent
commit
d609207183
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/post.php

+ 2
- 2
Akina/post.php View File

@ -75,8 +75,8 @@
<div class="donate">
<a></a>
<ul class="donate_inner">
<li class="wedonate"><img src="<?php echo theurl; ?>images/donate/wedo.jpg"></li>
<li class="alidonate"><img src="<?php echo theurl; ?>images/donate/alido.jpg"></li>
<li class="wedonate"><img src="<?php echo authorProfile($this->options->wedo,theurl);?>"></li>
<li class="alidonate"><img src="<?php echo authorProfile($this->options->alido,theurl);?>"></li>
</ul>
</div>
<!-- 文章标签 -->

Loading…
Cancel
Save