diff --git a/views/twig/extensions/themes/default/page/details/inc/accordeon.html.twig b/views/twig/extensions/themes/default/page/details/inc/accordeon.html.twig index 1004c19..8ae631a 100644 --- a/views/twig/extensions/themes/default/page/details/inc/accordeon.html.twig +++ b/views/twig/extensions/themes/default/page/details/inc/accordeon.html.twig @@ -1,14 +1,16 @@ {% extends "page/details/inc/accordeon.html.twig" %} -{% block details_invite %} +{% block details_longdescription %} + {{ parent() }} + {% set oManufacturer = oView.getManufacturer() %} {% set sShopURL = config.getConfigParam('sShopURL') %} {% set description = oManufacturer.d3GetLongdesc() %} {% if oManufacturer and true and description|striptags|trim %} -