mirror of https://github.com/vtrois/kratos
refactor: change the placeholder img
parent
10ee3c4a73
commit
56cafe1ea0
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 559 B |
Binary file not shown.
Before Width: | Height: | Size: 559 B |
|
@ -20,7 +20,7 @@
|
|||
<div class="wechat">
|
||||
<span class="kicon i-wechat"></span>
|
||||
<div class="wechat-pic">
|
||||
<img src="<?php echo kratos_option('g_wechat_url', ASSET_PATH . '/assets/img/wechat.png', 'g_wechat_fieldset'); ?>">
|
||||
<img src="<?php echo kratos_option('g_wechat_url', ASSET_PATH . '/assets/img/200.png', 'g_wechat_fieldset'); ?>">
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
|
|
@ -89,8 +89,8 @@ function theme_autoload()
|
|||
$data = array(
|
||||
'site' => home_url(),
|
||||
'directory' => ASSET_PATH,
|
||||
'alipay' => kratos_option('g_donate_alipay', ASSET_PATH . '/assets/img/donate.png'),
|
||||
'wechat' => kratos_option('g_donate_wechat', ASSET_PATH . '/assets/img/donate.png'),
|
||||
'alipay' => kratos_option('g_donate_alipay', ASSET_PATH . '/assets/img/200.png'),
|
||||
'wechat' => kratos_option('g_donate_wechat', ASSET_PATH . '/assets/img/200.png'),
|
||||
'repeat' => __('您已经赞过了', 'kratos'),
|
||||
'thanks' => __('感谢您的支持', 'kratos'),
|
||||
'donate' => __('打赏作者', 'kratos'),
|
||||
|
|
Loading…
Reference in New Issue