|
|
@@ -1,9 +1,10 @@
|
|
|
-<f:comment><!-- Widget flux: : Share Bar --></f:comment>
|
|
|
-
|
|
|
{namespace v=FluidTYPO3\Vhs\ViewHelpers}
|
|
|
{namespace flux=FluidTYPO3\Flux\ViewHelpers}
|
|
|
+{namespace ot=Opentalent\OtTemplating\ViewHelpers}
|
|
|
+
|
|
|
+<f:comment><!-- Widget flux: : Share Bar --></f:comment>
|
|
|
|
|
|
-<f:layout name="{settings.template}/CustomContent" />
|
|
|
+<f:layout name="{ot:template.current()}/CustomContent" />
|
|
|
|
|
|
<f:section name="Configuration">
|
|
|
<flux:form id="ShareBar"
|
|
|
@@ -21,5 +22,5 @@
|
|
|
</f:section>
|
|
|
|
|
|
<f:section name="Main">
|
|
|
- <f:render partial="{settings.template}/ShareBar"/>
|
|
|
+ <f:render partial="{ot:template.current()}/ShareBar"/>
|
|
|
</f:section>
|