From 0c128ca53434166db15c0f0a204dfdc02267a135 Mon Sep 17 00:00:00 2001 From: Mashiro Date: Wed, 2 Jan 2019 20:59:31 +0800 Subject: [PATCH] Update decorate.php --- inc/decorate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/decorate.php b/inc/decorate.php index b258982..8fc3432 100644 --- a/inc/decorate.php +++ b/inc/decorate.php @@ -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"; }