Bug #17718
Move the BE menu generation code into a separate class so it can be used from other classes
Status: | Closed | Start date: | 2007-10-24 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Ingo Renner | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.1 | Is Regression: | ||
PHP Version: | 4.3 | Sprint Focus: | ||
Complexity: |
Description
currently the backend menu on the left or top is rendered by a script class whcih can not be reused in other places as it renders a whole html document. To avoid duplicating code and being able to reuse the menu generation from other classes it is required to move the menu to a separate class.
It must also be assured that the included class then does not output or load anything else itself.
(issue imported from #M6583)
Related issues
History
#1 Updated by Ingo Renner over 7 years ago
fixed in 4.2alpha2