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