Skip to content
Snippets Groups Projects
Commit 7351e62d authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[BUGFIX] Fix the path information in backend module

parent c4712519
No related branches found
No related tags found
1 merge request!13Feature upgrade to9 lts
......@@ -11,7 +11,7 @@
<f:render
partial="Module/DocHeader"
section="main"
arguments="{pages: pages, selectedTemplateKey: selectedTemplateKey, selectedExtensionKey: selectedExtensionKey}" />
arguments="{docHeader: docHeader, pages: pages, selectedTemplateKey: selectedTemplateKey, selectedExtensionKey: selectedExtensionKey,typo3Version: typo3Version}" />
<f:if condition="{pages}">
<f:then></f:then>
<f:else>
......
......@@ -36,7 +36,7 @@
<f:render
partial="Module/DocHeader"
section="path"
arguments="{docHeader}" />
arguments="{docHeader: docHeader, typo3Version: typo3Version}" />
</div>
</f:section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment