Minor changes navigationbar and theme update (documentation only)

This commit is contained in:
Dirk Alders 2024-10-08 22:06:01 +02:00
parent db639339a5
commit 154896f948
2 changed files with 2 additions and 1 deletions

View File

@ -53,6 +53,7 @@ def navigationbar(context, request, caller_name, **kwargs):
while len(path) > 0 and path != os.path.sep: while len(path) > 0 and path != os.path.sep:
bar.append_entry(*navigation_entry_parameters(request, path)) bar.append_entry(*navigation_entry_parameters(request, path))
path = os.path.dirname(path) path = os.path.dirname(path)
bar.append_entry(*empty_entry_parameters(request))
add_back_menu(request, bar) add_back_menu(request, bar)
finalise_bar(request, bar) finalise_bar(request, bar)

2
themes

@ -1 +1 @@
Subproject commit 13a8d8ebc4c82d2000af4464b863cf3b38a7a1fe Subproject commit 261ef5048efb4bd204a4ddbe56a90f96cd767ba1