From 9743e3cfbbda2d09354a480a2b69f735504821b3 Mon Sep 17 00:00:00 2001 From: Olli <noreply@example.com> Date: Sun, 16 Apr 2017 16:31:11 +0200 Subject: [PATCH] [BUGFIX] Fix path to Header partial in Textmedia and Textpic Fix path to call the existing partial Partials/Header/All instead of Partials/Header. Releases: master,8.7 Resolves: #80859 Change-Id: Ib4743acd3f3673fdfbe414cf4563c38e2f153055 Reviewed-on: https://review.typo3.org/52465 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by: Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by: Stefan Neufeind <typo3.neufeind@speedpartner.de> --- .../Resources/Private/Templates/Textmedia.html | 2 +- .../Resources/Private/Templates/Textpic.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/typo3/sysext/fluid_styled_content/Resources/Private/Templates/Textmedia.html b/typo3/sysext/fluid_styled_content/Resources/Private/Templates/Textmedia.html index d9d0f44f9bee..b377d1dcafb3 100644 --- a/typo3/sysext/fluid_styled_content/Resources/Private/Templates/Textmedia.html +++ b/typo3/sysext/fluid_styled_content/Resources/Private/Templates/Textmedia.html @@ -27,7 +27,7 @@ <f:if condition="{gallery.position.noWrap}"> <f:if condition="{data.header}"> <div class="ce-bodytext"> - <f:render partial="Header" arguments="{_all}" /> + <f:render partial="Header/All" arguments="{_all}" /> </div> </f:if> </f:if> diff --git a/typo3/sysext/fluid_styled_content/Resources/Private/Templates/Textpic.html b/typo3/sysext/fluid_styled_content/Resources/Private/Templates/Textpic.html index d9d0f44f9bee..b377d1dcafb3 100644 --- a/typo3/sysext/fluid_styled_content/Resources/Private/Templates/Textpic.html +++ b/typo3/sysext/fluid_styled_content/Resources/Private/Templates/Textpic.html @@ -27,7 +27,7 @@ <f:if condition="{gallery.position.noWrap}"> <f:if condition="{data.header}"> <div class="ce-bodytext"> - <f:render partial="Header" arguments="{_all}" /> + <f:render partial="Header/All" arguments="{_all}" /> </div> </f:if> </f:if> -- GitLab