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.

  1. Create a new extension
  2. Create a file ext_tables.php, or modify existing one
  3. Add a single line:
    $GLOBALS['TBE_STYLES']['htmlTemplates']['templates/login.html'] = 'EXT:pb_belogin/res/login.html';
    The value should reflect the location of your template.
  4. Once you install the extension, your template will be used.
New Login Template

New Login Template

See attached extension for complete code: pb_belogin

3 Responses to “BE Login Template”

  1. Idleworks

    it’s not neccessary to create a new extension!
    just place the string in /typo3conf/ext_tables.php

    will work too!

Trackbacks/Pingbacks

  1.  Dan’s Blog » Blog Archive » BE Login Templateable

Leave a Reply

  • (will not be published)