Update decorate.php

pull/35/head
Mashiro 2019-01-02 20:59:31 +08:00 committed by GitHub
parent 20d743b6c6
commit 0c128ca534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ if ( akina_option('toggle-menu') == 'no') { ?>
if (akina_option('cover_img')) {
$imgurl = akina_option('cover_img');
} else {
$imgurl = get_site_url()."/wp-content/themes/Sakura/cover/";
$imgurl = get_site_url()."/wp-content/themes/Sakura/cover/index.php";
}