BE Login Template

Posted by & filed under TYPO3.

One of the cool new features in the upcoming release of TYPO3 4.3 is ability to overwrite some default backend templates. Here is a description of how to easily overwrite the default login page template. Create a new extension Create a file ext_tables.php, or modify existing one Add a single line: $GLOBALS[‘TBE_STYLES’][‘htmlTemplates’][‘templates/login.html’] = ‘EXT:pb_belogin/res/login.html’; The… Read more »