Schnubbi: formmailer

Beitrag lesen

Hey Patrick,

ich musste in global_vars.php von :

$html_template_file  = $_SERVER['DOCUMENT_ROOT'].$pfad."/templates/page.html";
$form_file           = $_SERVER['DOCUMENT_ROOT'].$pfad."/templates/feedback.inc";
$danke_file          = $_SERVER['DOCUMENT_ROOT'].$pfad."/templates/danke.inc";

Zu:

$html_template_file  = "templates/page.html";
$form_file           = "templates/feedback.inc";
$danke_file          = "templates/danke.inc";

ändern.

Jetzt klappts wohl :D

Vielen Dank!!

LG Christian