diff --git a/core/function/function_mail.php b/core/function/function_mail.php index a0f2555..2cb2622 100644 --- a/core/function/function_mail.php +++ b/core/function/function_mail.php @@ -27,7 +27,7 @@ function sendmail($toemail, $subject, $message, $from = '') { if(!$_G['setting']['bbclosed']){ $sitelogo=$_G['setting']['sitelogo']?'index.php?mod=io&op=thumbnail&size=small&path='.dzzencode('attach::'.$_G['setting']['sitelogo']):'static/image/common/logo.png'; }else{ - $sitelogo = 'static/image/common/logo.png'; + $sitelogo='static/image/common/logo.png'; } $message = << @@ -42,11 +42,12 @@ function sendmail($toemail, $subject, $message, $from = '') { -
- +

+ + $sitename -

+

@@ -307,4 +308,4 @@ function sendmail_touser($touid, $subject, $message, $mailtype='') { return false; } -?> +?> \ No newline at end of file