getThesisById($thesisId); if (!$data) { // Thesis not found or not published header('Location: index.php'); exit; } } catch (Exception $e) { error_log("Error loading thesis: " . $e->getMessage()); header('Location: index.php'); exit; } } else { // Redirect to the index page if no id parameter is provided header('Location: index.php'); exit; } // Set page title and additional CSS $pageTitle = $data['title']; $additionalCSS = ['assets/tfe.css']; // Include shared head template include APP_ROOT . '/templates/head.php'; ?>

Synopsis

0): ?>
<?= htmlspecialchars($file['file_name']); ?>

Aucun fichier disponible pour ce TFE.