Preferred way to add an extensions into Fluid Powered TYPO3 template
问题 im working with Claus' Fluid Powered TYPO3 and I'm quiet happy with it. At the moment I have to implement a template wich should contain another extension (e.g. news) in the sidebar. What is the preferred way to implement this. My idea was to add the f:cObject ViewHelper and insert the extension in that way. Is this the correct approach? Thx Markus 回答1: This depends on the type of template you are building: Page templates should have proper content areas into which you can insert content. If