Verfasst: 06.10.2004 13:18
Möchte es gerne nur anschauen. Ist aber nicht dringend. 

Also, an die Stelle, wo du ne Überschrift haben willst, setzt du ://
// To add an entry to your FAQ simply add a line to this file in this format:
// $faq[] = array("question", "answer");
// If you want to separate a section enter $faq[] = array("--","Block heading goes here if wanted");
// Links will be created automatically
//
// DO NOT forget the ; at the end of the line.
// Do NOT put double quotes (") in your FAQ entries, if you absolutely must then escape them ie. \"something\";
//
// The FAQ items will appear on the FAQ page in the same order they are listed in this file
//
Code: Alles auswählen
$faq[] = array("--","Das hier ist die Überschrift");
Code: Alles auswählen
$faq[] = array("Das hier ist die Frage", "Und das hier die Erläuterung / Antwort zur Frage");