[TYPO3-core] RFC #14306: Links are not styled - looks like they were forgotten
Lars Houmark
lars at houmark.com
Sun May 9 21:44:32 CEST 2010
Steffen Kamper wrote:
> could be done with a very easy check in js
> if ( top.location === document.location) {
> // standalone
> } else {
> // in BE
> }
Thought about JS too, but I guess you need to get this JS down to PHP
level in order to swap the includes of the styles and so on, which would
mean a redirect or something, right?
What that in mind I guess it is easier just to tell the goToModule to
include backend=1 when loading "/install/index.php?" and with that get
it directly to PHP level (from JS ;)).
--
Lars Houmark
More information about the TYPO3-team-core
mailing list