Actions
Bug #17718
closedMove the BE menu generation code into a separate class so it can be used from other classes
Start date:
2007-10-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
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)
Actions