TYPO3 Extension: Enable a cookie consent box. Let you visitors control the usage of cookies and load script or content after a consent. (ePrivacy, TTDSG)
using "file =" is deprecated and makes it nearly impossible to move the templates in an own site extension. Solution is to alter "file" to "templateName":
embedding FLUIDTEMPLATE with this code is wrong:
using "file =" is deprecated and makes it nearly impossible to move the templates in an own site extension. Solution is to alter "file" to "templateName":
this will work.