diff --git a/app/conference_centers/conference_centers.php b/app/conference_centers/conference_centers.php index 971fcd1b4f..ae73b1f9ea 100644 --- a/app/conference_centers/conference_centers.php +++ b/app/conference_centers/conference_centers.php @@ -136,6 +136,12 @@ $object = new token; $token = $object->create($_SERVER['PHP_SELF']); +//update the array to show only the greeting file name + $x = 0; + foreach ($conference_centers as &$row) { + $row['conference_center_greeting'] = basename($row['conference_center_greeting'] ?? ''); + } + //include the header $document['title'] = $text['title-conference_centers']; require_once "resources/header.php"; @@ -236,7 +242,7 @@ } echo "