[TYPO3-templavoila] Seitetree/Popup Menu in TYPO3 4.5
Philipp Holdener
philipp at holdener.ch
Thu Jan 13 17:11:07 CET 2011
>
> Hey,
> correct,
> this was discussed in TV list already.
> Currently you need to set some options in localconf of every ext to get
> the new pagetree.
>
> regards
> Kay
Hi Kay
thanks for the hint...
but
######
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'
));
}
######
doesn't work here :(
Greetings
philipp
More information about the TYPO3-project-templavoila
mailing list