我开了一个新网站,我想学习/使用TYPO3。我读了很多关于使用静态html文件,模板和流体的正常typoscript模板。但是,从TYPO3的ui团队实施设计的正确方法是什么?
由于
答案 0 :(得分:5)
答案 1 :(得分:3)
While a lot of the more technical HTML (body tags, footer scripts, stylesheets, etc) are usually set via TypoScript the actual templates for content elements should be written using Fluid Templates, Partials and Layouts. Take a look at the sysext "fluid_styled_content".
答案 2 :(得分:1)
TYPO3的灵活性为您提供了许多可能性。经典且相当古老的学校使用标记,而Fluidtemplating有许多设计选项。 但Grid元素,DCE或流体样式内容或MASK提供了它们的好处。
最终可能是品味问题。