[TYPO3-core] RFC: #11216: getModuleTemplate is prepended with backPath always

Christian Kuhn lolli at schwarzbu.ch
Sat May 30 02:03:00 CEST 2009


Hey Steffen,

+1 on reading and testing.


This will change an ugly line like
$this->doc->setModuleTemplate(t3lib_extMgm::extRelPath(tx_myext_module1::extKey).'res/template.html');
to
$this->doc->setModuleTemplate('EXT:myext/res/template.html');

Backward compatibility works.

Thanks
Christian


More information about the TYPO3-team-core mailing list