commit
bb03fc3b8b
|
@ -60,7 +60,7 @@ if ( akina_option('toggle-menu') == 'no') { ?>
|
||||||
if (akina_option('cover_img')) {
|
if (akina_option('cover_img')) {
|
||||||
$imgurl = akina_option('cover_img');
|
$imgurl = akina_option('cover_img');
|
||||||
} else {
|
} else {
|
||||||
$imgurl = 'https://sakura.2heng.xin/wp-content/themes/Sakura/cover/index.php';
|
$imgurl = get_site_url()."/wp-content/themes/Sakura/cover/index.php";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -85,4 +85,4 @@ $bg_style = akina_option('focus_height') ? 'background-position: center center;b
|
||||||
<?php endif;?>
|
<?php endif;?>
|
||||||
</style>
|
</style>
|
||||||
<?php }
|
<?php }
|
||||||
add_action('wp_head', 'customizer_css');
|
add_action('wp_head', 'customizer_css');
|
||||||
|
|
Loading…
Reference in New Issue