Actions
Feature #20181
closedChange template from BE_USER ?
Start date:
2009-03-14
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
Hi,
From TYPO3 4.2, there is a new folder here : typo3/templates/ with html template ! It's a good idea, but it's not possible for admin to change html file for personnal file ?
It's possible to add new feature in TYPO3 4.3 for change template from BE_USER table (for example)
Sorry for my bad english..
(issue imported from #M10692)
Updated by Christian Kuhn over 15 years ago
Resolved, no change required.
The template files itself are not meant to be changed. If you want to change the backend look you could create a skin extension and load your own templates by manipulating $GLOBALS['TBE_STYLES']['htmlTemplates']. See getHtmlTemplate() in typo3/template.php as a quick start.
Actions