Wo werden die Impressumtexte 1-27 eingegeben?
Ist es richtig, dass in der admin/index.php zweimal nacheinander identischer Inhalt eingegeben werden soll, nämlich nach
gemäß Finde1. und Finde 2. der install.txt jeweilscase PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
??.case PAGE_IMPRESSUM:
$location = $lang['Viewing_Impressum'];
$location_url = "impressum.$phpEx?pane=right";
break;
Vielen Dank für Hinweise.