[TYPO3-templavoila] New pagetree

Xavier Perseguers typo3 at perseguers.ch
Thu Nov 18 17:37:46 CET 2010


Hi,

In the meantimem add this to typo3conf/extTables.php:

# Trick for 4.5beta1
$modules = array('web_txtemplavoilaM1', 'web_txtemplavoilaM2');
foreach ($modules as $module) {
	t3lib_extMgm::addNavigationComponent($module, 'typo3-pagetree', array(
		'TYPO3.Components.PageTree'
	));
}

Cheers
Xavier


More information about the TYPO3-project-templavoila mailing list