[TYPO3] How to get rid of wrapping DIV when integrating an extension

Søren Vedel sv at workhouse.com.br
Wed Dec 28 03:09:14 CET 2005


Hi Tadej,

You could tell her about class="tx-macinasearchbox-pi1"... But you 
don't, so here is a suggestion - If you change this line in 
pi1/class.tx_macinasearchbox_pi1.php:

return $this->pi_wrapInBaseClass($content);

to:

return $content;

there will be no output of the <div>'s. Maybe not a "clean" solution, 
but i works!

/Søren



More information about the TYPO3-english mailing list