Many small updates and fixes

This commit is contained in:
Adrien W
2025-09-19 15:45:18 +02:00
parent 7b18744b4e
commit b9e12dd357
9 changed files with 99 additions and 38 deletions

View File

@@ -7,6 +7,9 @@
foreach ($mainMenu as $item) {
echo ' ' . pageLink($item)."\r\n";
}
foreach ($mainMenuRight as $item) {
echo ' ' . pageLink($item, ['css'=>'right floated'])."\r\n";
}
?>
</div>
</div>