$bibliographicArray, 'Identifikatoren' => $identificatorArray, 'Dokumenttyp und weitere Daten' => $typeArray, 'Freie Schlagworte' => $subjectArray, 'Vertragssektion' => $contractArray, 'Dateiupload' => $uploadArray ]; // Feldlabel-Funktion function getFieldLabel($fieldId) { include "include/summaryLabels.php" ; return $labels[$fieldId] ?? $fieldId; } ?>