Templates¶
The default fluid templates can be found in the folder
Resources/Private/TemplatesResources/Private/PartialsResources/Private/Layouts
You can add your own templates and set the template paths via the following TypoScript constants (also available in the constants editor in the TYPO3 Backend)
plugin.tx_addressmgmt.view.templateRootPath = EXT:my_theme/Ressouces/Private/Templatesplugin.tx_addressmgmt.view.partialRootPath = EXT:my_theme/Ressouces/Private/Partialsplugin.tx_addressmgmt.view.layoutRootPath = EXT:my_theme/Ressouces/Private/Layouts