pull/121/head
spirit 2019-10-29 07:21:34 +08:00
parent f4742c7e62
commit 3a82a1b90f
1 changed files with 1 additions and 1 deletions

View File

@ -763,7 +763,7 @@ function custom_html() {
if ( akina_option('login_bg') ) {
$loginbg = akina_option('login_bg');
}else{
$loginbg = get_bloginfo('template_directory').'/images/hd.png';
$loginbg = 'https://cdn.jsdelivr.net/gh/mashirozx/Sakura@3.2.7/images/hd.png';
}
echo '<script type="text/javascript" src="'.get_site_url().'/wp-content/themes/Sakura/js/login.js"></script>'."\n";
echo '<script type="text/javascript">'."\n";