[TYPO3] remove default extension classes

Dmitry Dulepov 9f4eetb02 at sneakemail.com
Mon May 14 11:33:45 CEST 2007


Hi!

Bas van der Togt wrote:
> Is it possible to remove all default extension classes?
> for example: <div class="tx-jppageteaser-pi1">|</div>

It is usually hard-coded in the extension's code. You can look for

	return $this->pi_wrapInBaseClass(WHATEVER_HERE);

and replace it with

	return WHATEVER_HERE;

Of course, WHATEVER_HERE will be different for each extension.

-- 
Dmitry Dulepov

Web: http://typo3bloke.net/
Skype: callto:liels_bugs

"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)


More information about the TYPO3-english mailing list