'index.php', 'label' => 'Accueil', ], [ 'href' => 'contact.php', 'label' => 'Contact', ], [ 'href' => 'news.php', 'label' => 'Actualités', ], ]; if (!isset($currentPage)) { $currentPage = 'index.php'; } if (!isset($pageTitle)) { $pageTitle = ''; } ?> <?php echo $pageTitle; ?>