[Typo3-dev] changing titel in menu from fe_plugin
media.res | alex widschwendter
a.widschwendter at mediares.at
Wed Feb 23 17:49:30 CET 2005
> sure...
> simply overwrite "getPageTitle" of class tslib_menu,
> -------
> function getPageTitle($title,$nav_title) {
> return strcmp(trim($nav_title),'') ? $nav_title : $title;
> }
> -------
> by XCLASSing or whatever...
> the only problem I see is that you have to get your custom title from
> somewhere... ;-)
> (as the menu is usually rendered before the content, but I may miss
> something here and haven't really thought long enough about all this)
i'll check into this. though i see the problems you mention.
still open for suggestions :-)
thx alex
More information about the TYPO3-dev
mailing list