[TYPO3-dev] how can I use those new colorful flash messages in backend?

Steffen Kamper info at sk-typo3.de
Wed Jan 6 14:40:22 CET 2010


Hi,

you have to render it yourself - Steffen was wrong.

$flashMessage = t3lib_div::makeInstance(
	't3lib_FlashMessage',
	'message',
	'title',
	t3lib_FlashMessage::INFO
);
$content .= $flashMessage->render();

vg Steffen




More information about the TYPO3-dev mailing list