* Thu May 09 2024 Brian Read <brianr@koozali.org> 11.0.0-9.sme

- Add mojo logo to footer [SME: 12679]
- Fix default for HeaderWeight to avoid noise in logs if no Nav header in file
- Align buttons consistently [SME: 12680]
This commit is contained in:
2024-05-09 17:02:39 +01:00
parent 03955eecea
commit a428e91c92
12 changed files with 46 additions and 32 deletions

View File

@@ -624,7 +624,7 @@ sub getNavigation {
{
$heading = $rec->prop('Heading');
$description = $rec->prop('Description');
$headingWeight = $rec->prop('HeadingWeight');
$headingWeight = $rec->prop('HeadingWeight') || 99999; #Stop noise in logs if file in dir does not have nav header.
$descriptionWeight = $rec->prop('DescriptionWeight');
$urlpath = $rec->prop('UrlPath') || '';
$menucat = $rec->prop('MenuCat') || 'A'; # admin menu (default)