Fix include path
parent
bf07367b0c
commit
391d716200
|
@ -83,7 +83,7 @@
|
|||
//die($HTMLMESSAGE);
|
||||
|
||||
$HTML = new HTML();
|
||||
$HTML->importHTML("templates/mail.html");
|
||||
$HTML->importHTML("mail.html");
|
||||
$HTML->setSeitenInhalt($HTMLMESSAGE);
|
||||
$HTML->build();
|
||||
|
||||
|
|
Loading…
Reference in New Issue