[], 'items' => []]; $categories = $galleryData['categories'] ?? []; $items = $galleryData['items'] ?? []; // Sort items by date (newest first) usort($items, function($a, $b) { return strtotime($b['date']) - strtotime($a['date']); }); ?>
Explore our beautiful campus, events, and student activities through photos and videos
Gallery items will appear here once uploaded.
= htmlspecialchars($item['description']) ?>
= date('M d, Y', strtotime($item['date'])) ?>