summaryrefslogtreecommitdiff
path: root/includes/pages/guest_faq.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pages/guest_faq.php')
-rw-r--r--includes/pages/guest_faq.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/pages/guest_faq.php b/includes/pages/guest_faq.php
index 2799cbaf..e639731b 100644
--- a/includes/pages/guest_faq.php
+++ b/includes/pages/guest_faq.php
@@ -7,14 +7,14 @@ function guest_faq() {
if ($_SESSION['Sprache'] == "DE") {
$html .= sprintf(
'<dt>%s</dt> <dd>%s</dd>',
- $faq['frage_de'],
- $faq['antwort_de']
+ $faq['Frage_de'],
+ $faq['Antwort_de']
);
} else {
$html .= sprintf(
'<dt>%s</dt> <dd>%s</dd>',
- $faq['frage_en'],
- $faq['antwort_en']
+ $faq['Frage_en'],
+ $faq['Antwort_en']
);
}
$html .= "</dl>";