Actions
Bug #14719
closedTS menus with sectionIndex don't work correct when page has a navigation title assigned
Start date:
2005-05-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.7.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you have a TS menu with Sectionindex and the page with the index has a navigation title assigned, the headers of the content elements get replaced by the navigation title.
So the menu looks like this:
+ Page 1
- Navigationtitle
# Navigationtitle
# Navigationtitle
+ Page 3
instead of this:
+ Page 1
- Navigationtitle
# Content Header 1
# Content Header 2
+ Page 3
Possible Patch (from Wolfgang Klinger):
in "tslib/class.tslib_menu.php" ~row 737 add this line:
$temp[$row['uid']]['nav_title']=$row['header'];
(issue imported from #M1060)
Actions