Fix incorrect nesting of tags, replace vhs menu viewhelper

This commit is contained in:
Björn Fromme
2021-12-20 16:54:02 +01:00
parent 8c0bb1238e
commit 078b917252
3 changed files with 105 additions and 107 deletions
@@ -129,6 +129,15 @@ page {
titleField = title
as = mobilenav
}
70 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor
70 {
special = directory
special.value = {$plugin.tx_eptheme.settings.footerNavPid}
levels = 2
expandAll = 1
titleField = title
as = footernav
}
}
settings < plugin.tx_eptheme.settings
}