develop #63

Merged
chris merged 14 commits from develop into main 2022-04-23 21:10:16 +02:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 27ed8e6db5 - Show all commits

View File

@ -54,6 +54,8 @@ function render_menu($items, $level_id) {
echo '</ul>' . PHP_EOL;
}
if (count($items[0]) > 0) {
render_menu($items, 0);
}
?>