Feature #35939
Use hooks
| Status: | Resolved | Start date: | 2012-04-13 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | David Greiner | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Instead of using a fixed TypoScript path (page.1091) use an existing hook of TYPO3 core for compiling and adding the results to the pagerenderer. For example the $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_pagerenderer.php']['render-preProcess'] could be used.
History
Updated by David Greiner about 1 year ago
- Status changed from New to Accepted
- Assignee set to David Greiner
Updated by David Greiner about 1 year ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
T3_less now uses TYPO3-render-preProcess-Hook to be integrated.
Please delete your extensionfolder and checkout trunk.