Bug #17693
Move the BE logo generation code into a separate method so it can be used from other classes
Status: | Closed | Start date: | 2007-10-17 | |
---|---|---|---|---|
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 logo in the BE is generated by alt_toplogo.php resulting in a whole html document. To avoid duplicating code and being able to reuse the logo generation from other classesit is required to move the logo to a separate public static function.
It must also be assured that the included class then does not output or load anything else itself.
this request is related and need for the lesser frames BE.
(issue imported from #M6539)
Related issues
History
#1 Updated by Ingo Renner almost 8 years ago
committed to SVN