[TYPO3-core] $TBE_STYLES - Bug?
Robert Wildling
robertwildling at gmail.com
Mon Jun 25 13:40:50 CEST 2012
Hi,
I think I found a bug, but would like to have some feedback from you
first, before I file a bug report.
Changing the backend login file can be done via addinf this line to the
ext_tables.php:
$TBE_STYLES['htmlTemplates']['templates/login.html']
Grabbing that line from BE -> configuration -> $TBE_STYLES (Skinning
styles) -> click on "[htmlTemplates][templates/login.html]" yields the
following in the copyable variable text input field:
$TBE_STYLES['htmlTemplates']['templates/login']['html'] =
The "." (dot) is interpreted as a Typoscript feature and therefore the
html is split into a new array element. (At least, that's how I think it
happens...)
This is happening on TYPO3 4.6.9 - I still need to check other versions.
Maybe you could post your feedbacks, too. Thanks!
Cheers,
Robert
More information about the TYPO3-team-core
mailing list