Is it possible to use a constant variable in include_typoscript
In constants.txt file
filepaths{
defaultTemplateRootPath = typo3conf/ext/defaulttemplate/
}
In setup.txt file
Include Page Template
<INCLUDE_TYPOSCRIPT: source="FILE: {$filepaths.defaultTemplateRootPath}fluid.txt">
I just need to use {$ filepaths.defaultTemplateRootPath} in my setup file to include the typoscript file. If yes, this is very useful for me, and I could add several themes / templates in a multi-domain site.
source
share