I want to display the version of my sitepackage
(from my declaration file ext_emconf.php
) in the frontend.
How do I query this information? I was thinking of using a DataProcessor
in my FLUIDTEMPLATE
, but I’m not sure whether I need to write my own or if there’s already one I can use for that.
Thank you!