mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-22 06:48:12 +08:00
fix #120
This commit is contained in:
parent
f4742c7e62
commit
3a82a1b90f
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user