📋 Liste des TFE
'; } // Show add thesis if not on add page if ($currentPage !== 'add.php') { $navLinks[] = '
➕ Ajouter un TFE
'; } // Show import if not on import page if ($currentPage !== 'import.php') { $navLinks[] = '
📥 Importer CSV
'; } // If on edit or thanks page with thesis ID, show edit and view links if ($thesisId && in_array($currentPage, ['edit.php', 'thanks.php'])) { if ($currentPage !== 'edit.php') { $navLinks[] = '
✏️ Modifier
'; } if ($currentPage !== 'thanks.php') { $navLinks[] = '
👁️ Voir
'; } } echo implode(' ', $navLinks); ?>
🔐 Déconnexion