This commit is contained in:
KONE SOREL 2026-02-03 11:41:52 +00:00
parent 91d693a802
commit a8fe88d014

View File

@ -85,6 +85,12 @@
<?php endif; ?>
</a>
</li>
<!-- DEBUG: Vérifiez cet élément après "Quitter" -->
<?php
if ($menuParent['libeleMenu'] == 'Quitter') {
echo "<!-- Icône Quitter: " . htmlspecialchars($menuParent['icone']) . " -->";
}
?>
<?php endif; ?>
<?php endforeach; ?>
</ul>
@ -99,7 +105,7 @@
</button>
</div>
<div class="mt-3 text-center">
<small class="text-muted">v<?= $_SESSION['version_C'] ?? '1.0.0' ?></small>
<small class="text-muted">v<?= $_SESSION['version_C'] ?? '1.0.4' ?></small>
</div>
</div>
</aside>