This document discusses theme rendering and registration in TYPO3. Theme rendering is done through sys-template which selects templates based on the value in sys_template.tx_themes_theme. Theme registration can be done via a skin extension that registers a skin that can then be selected in sys_template, including the skin's TypoScript, constants, and TSconfig. Theme registration can also be accomplished through a theme registry class, adapters, extension dependencies, or an extension naming scheme.
3. Theme Registration
? can be done in various ways
? theme registry class
? via adapters
? extension depencies
? extension naming scheme
? pure TS is silly, because of the overhead
Donnerstag, 13. Juni 13