Hi!
am einfachsten und um es aus zu probieren, dupliziere die contact.php und nenne sie zu contact2.php um.
in dieser contact2.php, suche:
$main_template = "contact";
ersetze:
$main_template = "contact2";
dupliziere die contact.htm und und nenne sie zu contact2.html um.
wenn du auch eine andere "contact_mailform.html" (duplizieren/umbennen) benötigst, suche in der "contact2.php":
$content = $site_template->parse_template("contact_mailform");
und ersetze es mit:
$content = $site_template->parse_template("contact_mailform2");
in der contact2.php kanns du jetzt alles ändern email adressen, - email template, e.t.c.
mfg Andi